summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-04 05:08:40 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:35 -0400
commit36053d7f1d601f77e7dcb614a4d0301f74743294 (patch)
tree96c9272a406a562dee0f89975a2cd6560e7b11fa /gnu/packages/gnome.scm
parentd19db454feb717e0f822a6d5c1faf88af3f427e2 (diff)
gnu: libgnomeprintui: Update to 2.18.6.
* gnu/packages/gnome.scm (libgnomeprintui): Update to 2.18.6.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9b58150a9d..255867be59 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1933,7 +1933,7 @@ since ca. 2006, when GTK+ itself incorporated printing support.")
;; Deprecated; see libgnomeprint.
(package
(name "libgnomeprintui")
- (version "2.8.2")
+ (version "2.18.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1941,7 +1941,7 @@ since ca. 2006, when GTK+ itself incorporated printing support.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1ivipk7r61rg90p9kp889j28xlyyj6466ypvwa4jvnrcllnaajsw"))))
+ "0spl8vinb5n6n1krnfnr61dwaxidg67h8j94z9p59k2xdsvfashm"))))
(build-system gnu-build-system)
;; Mentioned as Required in the .pc file
(propagated-inputs `(("libgnomeprint" ,libgnomeprint)))