guix-commits
[Top][All Lists]
Advanced

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

88/133: gnu: libgnomeprintui: Update to 2.18.6.


From: guix-commits
Subject: 88/133: gnu: libgnomeprintui: Update to 2.18.6.
Date: Sun, 6 Jan 2019 16:59:45 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 48c3142eb545591f4279234a1d35043d7bccffec
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 4 05:08:40 2018 +0100

    gnu: libgnomeprintui: Update to 2.18.6.
    
    * gnu/packages/gnome.scm (libgnomeprintui): Update to 2.18.6.
---
 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 e62c481..8a3ca0b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1750,7 +1750,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 "/"
@@ -1758,7 +1758,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)))



reply via email to

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