mbakke pushed a commit to branch master
in repository guix.
commit bf38d5be00417bf522df5becd384bf474af13f9c
Author: Marius Bakke <[email protected]>
Date: Tue Dec 26 22:12:29 2017 +0100
gnu: girara: Update to 0.2.8.
* gnu/packages/gtk.scm (girara): Update to 0.2.8.
[native-inputs]: Add GLIB:BIN.
---
gnu/packages/gtk.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index ebed5bb..44cb009 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1237,7 +1237,7 @@ write GNOME applications.")
(define-public girara
(package
(name "girara")
- (version "0.2.7")
+ (version "0.2.8")
(source (origin
(method url-fetch)
(uri
@@ -1245,9 +1245,10 @@ write GNOME applications.")
version ".tar.gz"))
(sha256
(base32
- "1r9jbhf9n40zj4ddqv1q5spijpjm683nxg4hr5lnir4a551s7rlq"))))
+ "18wss3sak3djip090v2vdbvq1mvkwcspfswc87zbvv3magihan98"))))
(native-inputs `(("pkg-config" ,pkg-config)
- ("gettext" ,gettext-minimal)))
+ ("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin")))
(inputs `(("gtk+" ,gtk+)
("check" ,check)))
(arguments