diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
commit | 4a8c51c7be9ea22803a79d7214571718e5ff9bf2 (patch) | |
tree | b31c253eae2c27801eb0e5d4646a6e91244a9d3d /gnu/packages/cups.scm | |
parent | 64e49f9668526c25fc38be07b95e1a271c3d2959 (diff) |
gnu: hplip: Update to 3.23.8.
* gnu/packages/cups.scm (hplip): Update to 3.23.8.
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 9d81a0aa07..647b89dc03 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.5") + (version "3.23.8") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "1j6bjn4zplxl7w15xrc1v5l3p9a0x0345756ahvgq8mi97bmx3pn")) + "0ihv9ddjrjx5bdf8pwc2fvljkpfzq4qi9r2awm8dgky053v0bk7p")) (modules '((guix build utils))) (snippet '(begin |