rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 43fc3a30ff69b4dfe42b5cafb78f214e1e698dfd
Author: Ricardo Wurmus <[email protected]>
Date: Tue Dec 4 05:08:24 2018 +0100
gnu: libgnomeprint: Update to 2.18.8.
* gnu/packages/gnome.scm (libgnomeprint): Update to 2.18.8.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 87eafcc..e62c481 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1719,7 +1719,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 "/"
@@ -1727,7 +1727,7 @@ widgets built in the loading process.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "129ka3nn8gx9dlfry17ib79azxk45wzfv5rgqzw6dwx2b5ns8phm"))))
+ "14cnimvlc7ky22g2snyf4362412k3jk1syjf8b9887q5a63fqd0h"))))
(build-system gnu-build-system)
(inputs
`(("popt" ,popt)