guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: hplip: Update to 3.17.7.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: hplip: Update to 3.17.7.
Date: Tue, 25 Jul 2017 17:58:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 980fe414c1a9be96b820a6e36c90a98f99e25936
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jul 25 22:57:38 2017 +0200

    gnu: hplip: Update to 3.17.7.
    
    * gnu/packages/cups.scm (hplip): Update to 3.17.7.
---
 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 576b69b..fec328c 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.17.6")
+    (version "3.17.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "0zhhnp3ksd9i2maaqrsjn4p3y7im3llgylp2y8qgmqypm8s7ha40"))))
+                "03a0vkbrzvgj15il9rvr93kf5pc706gxcjk6akbkzds0zmdbsxrm"))))
     (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]