summaryrefslogtreecommitdiff
path: root/gnu/packages/cups.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-03 00:03:22 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-03 00:16:16 +0100
commitb9ace94e6bf5c27aeb4d8fb8ceff28ba966ce94a (patch)
tree7e18e1d211035377ee2a154e0e5c7401cb13813a /gnu/packages/cups.scm
parent1b7dc6774447c5cd6f942e7583eaf00a4ef89b97 (diff)
downloadguix-patches-b9ace94e6bf5c27aeb4d8fb8ceff28ba966ce94a.tar
guix-patches-b9ace94e6bf5c27aeb4d8fb8ceff28ba966ce94a.tar.gz
gnu: hplip: Update to 3.19.10.
* gnu/packages/cups.scm (hplip): Update to 3.19.10.
Diffstat (limited to 'gnu/packages/cups.scm')
-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 152258a522..694ed6b039 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -419,14 +419,14 @@ should only be used as part of the Guix cups-pk-helper service.")
(define-public hplip
(package
(name "hplip")
- (version "3.19.8")
+ (version "3.19.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hplip/hplip/" version
"/hplip-" version ".tar.gz"))
(sha256
(base32
- "0cmshi5dkmc1n5yiahhp0cv5p94zg61018piiqa2sna10ahgx1d3"))
+ "13c54vrh7wv5cn35dq6ycj0w3asyisg53wmprz9pg4x8n498g6d0"))
(modules '((guix build utils)))
(patches (search-patches "hplip-remove-imageprocessor.patch"))
(snippet