diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 21:20:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-03 21:50:04 +0100 |
commit | efa45291b771e2c045f289b97dee961659a95f43 (patch) | |
tree | e25e3a61c03d28071db4fba197276ea0db3183a4 /gnu | |
parent | 741b5053074619654e3a51feaa53444fbc2cf153 (diff) | |
download | guix-efa45291b771e2c045f289b97dee961659a95f43.tar guix-efa45291b771e2c045f289b97dee961659a95f43.tar.gz |
gnu: girara: Update to 0.3.3.
* gnu/packages/gtk.scm (girara): Update to 0.3.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 817c03c30e..f8b42fc2dd 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) |