guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: hplip: Update to 3.16.10.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: hplip: Update to 3.16.10.
Date: Sat, 29 Oct 2016 22:55:56 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 8ed14711dce1baeb0eccab680e259fba845bea89
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Oct 29 21:30:16 2016 +0200

    gnu: hplip: Update to 3.16.10.
    
    * gnu/packages/cups.scm (hplip): Update to 3.16.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 e51dcb5..354fcd6 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -303,14 +303,14 @@ device-specific programs to convert and print many types 
of files.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.16.8")
+    (version "3.16.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "1svcalf2nc7mvxndp9zz3xp43w66z45rrsr5syl8fx61a6p6gnm9"))))
+                "117f1p0splg51ljn4nn97c0mbl0jba440ahb3d8njq7p6h1lxd25"))))
     (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]