guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: hplip: Update to 3.17.10.


From: Tobias Geerinckx-Rice
Subject: 01/05: gnu: hplip: Update to 3.17.10.
Date: Wed, 18 Oct 2017 17:27:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3031b138f58cae61bd9ef8a98f7ec61f349b157a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 17 12:45:06 2017 +0200

    gnu: hplip: Update to 3.17.10.
    
    * gnu/packages/cups.scm (hplip): Update to 3.17.10.
---
 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 b3268be..491668e 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -377,14 +377,14 @@ device-specific programs to convert and print many types 
of files.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.17.7")
+    (version "3.17.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "03a0vkbrzvgj15il9rvr93kf5pc706gxcjk6akbkzds0zmdbsxrm"))))
+                "0v27hg856b5z2rilczcbfgz8ksxn0n810g1glac3mxkj8qbl8wqg"))))
     (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]