gnu: girara: Update to 0.2.6.

* gnu/packages/gtk.scm (girara): Update to 0.2.6.

Signed-off-by: Alex Kost <alezost@gmail.com>
master
ng0 2016-08-07 10:05:56 +00:00 committed by Alex Kost
parent 1ae44b802b
commit 97b66a91dd
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
1 changed files with 3 additions and 2 deletions

View File

@ -12,6 +12,7 @@
;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
;;; Copyright © 2016 Patrick Hetu <patrick.hetu@auf.org>
;;; Coypright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;;
;;; This file is part of GNU Guix.
;;;
@ -1153,7 +1154,7 @@ write GNOME applications.")
(define-public girara
(package
(name "girara")
(version "0.2.4")
(version "0.2.6")
(source (origin
(method url-fetch)
(uri
@ -1161,7 +1162,7 @@ write GNOME applications.")
version ".tar.gz"))
(sha256
(base32
"0pnfdsg435b5vc4x8l9pgm77aj7ram1q0bzrp9g4a3bh1r64xq1f"))))
"03wsxj27hvcbs3x96nah7j3paclifwlfag8kdph4kldl48srp9pb"))))
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext)))
(inputs `(("gtk+" ,gtk+)