gnu: openbox: Update to 3.6.1.

* gnu/packages/openbox.scm (openbox): Update to 3.6.1.
This commit is contained in:
Efraim Flashner 2016-02-14 09:51:47 +02:00
parent 8826fb241e
commit 38b209110e

View file

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2014 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -31,15 +32,15 @@ (define-module (gnu packages openbox)
(define-public openbox (define-public openbox
(package (package
(name "openbox") (name "openbox")
(version "3.5.2") (version "3.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://www.icculus.org/openbox/releases/" name "-" "http://www.icculus.org/openbox/releases/" name "-"
version ".tar.gz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0cxgb334zj6aszwiki9g10i56sm18i7w1kw52vdnwgzq27pv93qj")))) "0vg2y1qddsdxkjv806mzpvmkgzliab8ll4s7zm7ma5jnriamirxb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("imlib2" ,imlib2) (inputs `(("imlib2" ,imlib2)