guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: hplip: Update to 3.19.11.


From: guix-commits
Subject: 05/05: gnu: hplip: Update to 3.19.11.
Date: Tue, 5 Nov 2019 16:49:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c4de60ac3c6aa5b46519011af89988215c347e9e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 5 22:45:34 2019 +0100

    gnu: hplip: Update to 3.19.11.
    
    * gnu/packages/cups.scm (hplip): Update to 3.19.11.
---
 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 694ed6b..f2e4e8a 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -419,14 +419,14 @@ should only be used as part of the Guix cups-pk-helper 
service.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.19.10")
+    (version "3.19.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "13c54vrh7wv5cn35dq6ycj0w3asyisg53wmprz9pg4x8n498g6d0"))
+                "0lfmym225dr4qnssglqd0gyf0nmm7jpbzkdr1s2wyknmx8z7fx9x"))
               (modules '((guix build utils)))
               (patches (search-patches "hplip-remove-imageprocessor.patch"))
               (snippet



reply via email to

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