summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-10 22:17:43 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-10 22:23:12 +0100
commitf613a338d0a73b5d4e7e6b91561383732b22e91c (patch)
tree696ef1ced01e17785cc4490e3ef7e34c2b775bb8
parent8e486e808c3b73bddc27877fdbec13c435759666 (diff)
downloadpatches-f613a338d0a73b5d4e7e6b91561383732b22e91c.tar
patches-f613a338d0a73b5d4e7e6b91561383732b22e91c.tar.gz
gnu: hplip: Update to 3.20.3.
* gnu/packages/cups.scm (hplip): Update to 3.20.3.
-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 66f7085741..cdedc4b592 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -420,14 +420,14 @@ should only be used as part of the Guix cups-pk-helper service.")
(define-public hplip
(package
(name "hplip")
- (version "3.20.2")
+ (version "3.20.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hplip/hplip/" version
"/hplip-" version ".tar.gz"))
(sha256
(base32
- "00vcbpnp478l2v61mlxb4kr6q3gzkxspm4lwfky39f6ck72pqxb7"))
+ "0sh6cg7yjc11x1cm4477iaslj9n8ksghs85hqwgfbk7m5b2pw2a1"))
(modules '((guix build utils)))
(patches (search-patches "hplip-remove-imageprocessor.patch"))
(snippet