summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Gradl <lgradl@posteo.net>2025-02-26 12:25:54 +0000
committerDanny Milosavljevic <dannym@friendly-machines.com>2025-03-30 23:20:31 +0200
commita15e3f02e81a6b725beb4b35b952d9666ba25439 (patch)
tree5b90a4bfbe048a78786c949620f337de46dfb540
parent77d5eb4c16984e430b377e0b5f1551fbda171ec6 (diff)
gnu: hplip: Update to 3.24.4.
* gnu/packages/cups.scm (hplip): Update to 3.24.4. Change-Id: Ic9c88ce3a6d4ad7f5b6b85373a1cb12b26cfea9f Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
-rw-r--r--gnu/packages/cups.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index e8ca5efc86..09881fc1b8 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -529,14 +529,14 @@ should only be used as part of the Guix cups-pk-helper service.")
(define-public hplip
(package
(name "hplip")
- (version "3.23.12")
+ (version "3.24.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hplip/hplip/" version
"/hplip-" version ".tar.gz"))
(sha256
(base32
- "1vb9irqsm3d4c2qdr4h6ia940x65bb99h4x31mgxn7dkvv42lv57"))
+ "1yzil1fn9ib2hxmqh9in0apmmznvln0xahlxvyny59ck321l6xjx"))
(patches (search-patches "hplip-usb-timeout.patch"))
(modules '((guix build utils)))
(snippet