diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-04 05:08:24 +0100 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-20 23:24:35 -0400 |
commit | d19db454feb717e0f822a6d5c1faf88af3f427e2 (patch) | |
tree | 7445597c62b0b2b57e84fbc2e75b7b3c9d3fba8e /gnu/packages/gnome.scm | |
parent | 412e53024aa43e49b7545b09312d75d132fce7cd (diff) | |
download | guix-d19db454feb717e0f822a6d5c1faf88af3f427e2.tar.gz |
gnu: libgnomeprint: Update to 2.18.8.
* gnu/packages/gnome.scm (libgnomeprint): Update to 2.18.8.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8b94c30526..9b58150a9d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1902,7 +1902,7 @@ widgets built in the loading process.") ;; <https://mail.gnome.org/archives/devel-announce-list/2006-August/msg00005.html>. (package (name "libgnomeprint") - (version "2.8.2") + (version "2.18.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1910,7 +1910,7 @@ widgets built in the loading process.") name "-" version ".tar.bz2")) (sha256 (base32 - "129ka3nn8gx9dlfry17ib79azxk45wzfv5rgqzw6dwx2b5ns8phm")))) + "14cnimvlc7ky22g2snyf4362412k3jk1syjf8b9887q5a63fqd0h")))) (build-system gnu-build-system) (inputs `(("popt" ,popt) |