gnu: hplip: Update to 3.17.6.

* gnu/packages/cups.scm (hplip): Update to 3.17.6.
This commit is contained in:
Tobias Geerinckx-Rice 2017-07-13 18:20:05 +02:00
parent 5e57867491
commit 9e455df91a
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -339,14 +339,14 @@ (define-public cups
(define-public hplip (define-public hplip
(package (package
(name "hplip") (name "hplip")
(version "3.16.11") (version "3.17.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/hplip/hplip/" version (uri (string-append "mirror://sourceforge/hplip/hplip/" version
"/hplip-" version ".tar.gz")) "/hplip-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"094vkyr0rjng72m13dgr824cdl7q20x23qjxzih4w7l9njn0rqpn")))) "0zhhnp3ksd9i2maaqrsjn4p3y7im3llgylp2y8qgmqypm8s7ha40"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://hplipopensource.com/") (home-page "http://hplipopensource.com/")
(synopsis "HP Printer Drivers") (synopsis "HP Printer Drivers")