[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: girara: Update to 0.2.4.
From: |
Paul |
Subject: |
01/02: gnu: girara: Update to 0.2.4. |
Date: |
Wed, 20 May 2015 23:09:10 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 90ab5dd259281524bab641137046955fcccacc95
Author: Paul van der Walt <address@hidden>
Date: Thu May 21 01:06:59 2015 +0200
gnu: girara: Update to 0.2.4.
* gnu/packages/gtk.scm (girara): Update to 0.2.4.
---
gnu/packages/gtk.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 8a5a309..049c631 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -844,7 +844,7 @@ write GNOME applications.")
(define-public girara
(package
(name "girara")
- (version "0.2.3")
+ (version "0.2.4")
(source (origin
(method url-fetch)
(uri
@@ -852,7 +852,7 @@ write GNOME applications.")
version ".tar.gz"))
(sha256
(base32
- "1phfmqp8y17zcy9yi6pm2f80x8ldbk60iswpm4bmjz5217jwqzxh"))))
+ "0pnfdsg435b5vc4x8l9pgm77aj7ram1q0bzrp9g4a3bh1r64xq1f"))))
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext)))
(inputs `(("gtk+" ,gtk+)