diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:13 +0200 |
commit | 57fe5b2338dfbb150d3921e9da3d9719fef6c9d9 (patch) | |
tree | b123870e3fc91c66c6f7ac1950e5cf3a2cf5e75e /gnu/packages/cups.scm | |
parent | c859bfe63337a38aed1cb6910d7846219af94f52 (diff) |
gnu: hplip: Update to 3.23.5.
* gnu/packages/cups.scm (hplip): Update to 3.23.5.
Diffstat (limited to 'gnu/packages/cups.scm')
-rw-r--r-- | gnu/packages/cups.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index eede1e1a05..801fe2e643 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -514,14 +514,14 @@ should only be used as part of the Guix cups-pk-helper service.") (define-public hplip (package (name "hplip") - (version "3.23.3") + (version "3.23.5") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "1dh7gqhzv03a6j1kbkiaksy9a752k90xwqi5x0hqvn5ilac0l9p4")) + "1j6bjn4zplxl7w15xrc1v5l3p9a0x0345756ahvgq8mi97bmx3pn")) (modules '((guix build utils))) (snippet '(begin |