gnu: girara: Update to 0.3.2.

* gnu/packages/gtk.scm (girara): Update to 0.3.2.
master
Marius Bakke 2018-12-23 22:38:29 +01:00
parent 02bf685d00
commit e59a9cf7f0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1357,7 +1357,7 @@ and routines to assist in editing internationalized text.")
(define-public girara (define-public girara
(package (package
(name "girara") (name "girara")
(version "0.2.9") (version "0.3.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1365,7 +1365,7 @@ and routines to assist in editing internationalized text.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0lkxrfna818wkkr2f6mdzf15y5z8xl1b9592ylmzjbqsqya3w7x8")))) "1kc6n1mxjxa7wvwnqy94qfg8l9jvx9qrvrr2kc7m4g0z20x3a00p"))))
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("check" ,check) ("check" ,check)
("gettext" ,gettext-minimal) ("gettext" ,gettext-minimal)