guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: hplip: Update to 3.16.8.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: hplip: Update to 3.16.8.
Date: Mon, 29 Aug 2016 09:47:55 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit e1c57612d3f987df3d70be4beaddde35d95104a3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 29 11:47:04 2016 +0200

    gnu: hplip: Update to 3.16.8.
    
    * gnu/packages/cups.scm (hplip): Update 3.16.8.
---
 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 09b804f..e51dcb5 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.7")
+    (version "3.16.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "1hpzyf9ifs0vilsbwxcgpv8g9557p1x8w5qwgz5l0avgcd10dzlx"))))
+                "1svcalf2nc7mvxndp9zz3xp43w66z45rrsr5syl8fx61a6p6gnm9"))))
     (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]