guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: hplip: Update to 3.22.4.


From: guix-commits
Subject: 03/05: gnu: hplip: Update to 3.22.4.
Date: Mon, 30 May 2022 20:59:02 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit a523ea7d9438468243d9c889ba715569e4446535
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:01 2022 +0200

    gnu: hplip: Update to 3.22.4.
    
    * gnu/packages/cups.scm (hplip): Update to 3.22.4.
---
 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 49f545b942..92f83a023d 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -478,14 +478,14 @@ should only be used as part of the Guix cups-pk-helper 
service.")
 (define-public hplip
   (package
     (name "hplip")
-    (version "3.21.10")
+    (version "3.22.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hplip/hplip/" version
                                   "/hplip-" version ".tar.gz"))
               (sha256
                (base32
-                "0q3adcp8iygravp4bq4gw14jk20c5rhnawj1333qyw8yvlghw8yy"))
+                "0461pv3hgbmjxrz7y1kplnp1sp97hagzad7gc1qr2h5cqm3ybsbv"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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