guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: hplip: Update to 3.20.5.


From: guix-commits
Subject: 08/08: gnu: hplip: Update to 3.20.5.
Date: Mon, 1 Jun 2020 18:29:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e7da8055892510fcb5cf4b51479a0897e18a205e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 2 00:27:33 2020 +0200

    gnu: hplip: Update to 3.20.5.
    
    * gnu/packages/cups.scm (hplip): Update to 3.20.5.
---
 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 0250f16..86281b9 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -435,14 +435,14 @@ should only be used as part of the Guix cups-pk-helper 
service.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.20.3")
+    (version "3.20.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "0sh6cg7yjc11x1cm4477iaslj9n8ksghs85hqwgfbk7m5b2pw2a1"))
+                "0nj79r61fzddwwzf8kcc0qkp4y9qx46v15iarz6h6y3v91wbsjq0"))
               (modules '((guix build utils)))
               (patches (search-patches "hplip-remove-imageprocessor.patch"))
               (snippet



reply via email to

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