guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: hplip: Update to 3.17.6.


From: Tobias Geerinckx-Rice
Subject: 03/04: gnu: hplip: Update to 3.17.6.
Date: Fri, 14 Jul 2017 03:53:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9e455df91afdfa854e66f95450a1e35f9c32212e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jul 13 18:20:05 2017 +0200

    gnu: hplip: Update to 3.17.6.
    
    * gnu/packages/cups.scm (hplip): Update to 3.17.6.
---
 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 accfe41..576b69b 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -339,14 +339,14 @@ device-specific programs to convert and print many types 
of files.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.16.11")
+    (version "3.17.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "094vkyr0rjng72m13dgr824cdl7q20x23qjxzih4w7l9njn0rqpn"))))
+                "0zhhnp3ksd9i2maaqrsjn4p3y7im3llgylp2y8qgmqypm8s7ha40"))))
     (build-system gnu-build-system)
     (home-page "http://hplipopensource.com/";)
     (synopsis "HP Printer Drivers")



reply via email to

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