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.18.3.


From: Leo Famulari
Subject: 01/02: gnu: hplip: Update to 3.18.3.
Date: Mon, 26 Mar 2018 19:51:01 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit faef71f926fefc1d8d1f9216948b7e21f0c1862d
Author: Vasile Dumitrascu <address@hidden>
Date:   Mon Mar 26 21:20:55 2018 +0200

    gnu: hplip: Update to 3.18.3.
    
    * gnu/packages/cups.scm (hplip): Update to 3.18.3.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 89c58f8..62e308a 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -370,14 +370,14 @@ device-specific programs to convert and print many types 
of files.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.17.11")
+    (version "3.18.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "0xda7x7xxjvzn1l0adlvbwcw21crq1r3r79bkf94q3m5i6abx49g"))
+                "0x5xs86v18w46rxz5whc15bl4fb7p4km6xqjpwzclp83nl7rl01y"))
               (modules '((guix build utils)))
               (snippet
                ;; Fix type mismatch.



reply via email to

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