Skip to content
Snippets Groups Projects
Commit 38b20911 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: openbox: Update to 3.6.1.

* gnu/packages/openbox.scm (openbox): Update to 3.6.1.
parent 8826fb24
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
......@@ -31,15 +32,15 @@ (define-module (gnu packages openbox)
(define-public openbox
(package
(name "openbox")
(version "3.5.2")
(version "3.6.1")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.icculus.org/openbox/releases/" name "-"
version ".tar.gz"))
version ".tar.xz"))
(sha256
(base32
"0cxgb334zj6aszwiki9g10i56sm18i7w1kw52vdnwgzq27pv93qj"))))
"0vg2y1qddsdxkjv806mzpvmkgzliab8ll4s7zm7ma5jnriamirxb"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("imlib2" ,imlib2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment