guix-commits
[Top][All Lists]
Advanced

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

109/285: gnu: hplip: Update to 3.19.12.


From: guix-commits
Subject: 109/285: gnu: hplip: Update to 3.19.12.
Date: Sun, 29 Dec 2019 20:44:10 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 370c3137fbaa7221a27d5b6f27d7184e176e4ac9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 24 03:16:54 2019 +0100

    gnu: hplip: Update to 3.19.12.
    
    * gnu/packages/cups.scm (hplip): Update to 3.19.12.
---
 gnu/packages/cups.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 1f8e7bd..0f048bb 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -420,14 +420,14 @@ should only be used as part of the Guix cups-pk-helper 
service.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.19.11")
+    (version "3.19.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "0lfmym225dr4qnssglqd0gyf0nmm7jpbzkdr1s2wyknmx8z7fx9x"))
+                "0mdj0sqgfxjqa550adiw1gn4z9n6wcvn55slivgf0ndn5x89iwxp"))
               (modules '((guix build utils)))
               (patches (search-patches "hplip-remove-imageprocessor.patch"))
               (snippet



reply via email to

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