guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: girara: Update to 0.3.3.


From: guix-commits
Subject: 04/05: gnu: girara: Update to 0.3.3.
Date: Tue, 3 Dec 2019 15:50:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit efa45291b771e2c045f289b97dee961659a95f43
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 3 21:20:40 2019 +0100

    gnu: girara: Update to 0.3.3.
    
    * gnu/packages/gtk.scm (girara): Update to 0.3.3.
---
 gnu/packages/gtk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 817c03c..f8b42fc 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1384,15 +1384,15 @@ and routines to assist in editing internationalized 
text.")
 (define-public girara
   (package
     (name "girara")
-    (version "0.3.2")
+    (version "0.3.3")
     (source (origin
               (method url-fetch)
               (uri
                (string-append 
"https://pwmt.org/projects/girara/download/girara-";
-                              version ".tar.xz"))
+                              version ".tar.gz"))
               (sha256
                (base32
-                "1kc6n1mxjxa7wvwnqy94qfg8l9jvx9qrvrr2kc7m4g0z20x3a00p"))))
+                "13vr62kkkqs2xsrmsn114n6c6084ix1qyjksczqsc3s2y3bdsmj4"))))
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("check" ,check)
                      ("gettext" ,gettext-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]