me
/
guix
Archived
1
0
Fork 0

gnu: hplip: Update to 3.19.11.

* gnu/packages/cups.scm (hplip): Update to 3.19.11.
master
Tobias Geerinckx-Rice 2019-11-05 22:45:34 +01:00
parent 5b7a06ca0d
commit c4de60ac3c
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -419,14 +419,14 @@ should only be used as part of the Guix cups-pk-helper service.")
(define-public hplip (define-public hplip
(package (package
(name "hplip") (name "hplip")
(version "3.19.10") (version "3.19.11")
(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
"13c54vrh7wv5cn35dq6ycj0w3asyisg53wmprz9pg4x8n498g6d0")) "0lfmym225dr4qnssglqd0gyf0nmm7jpbzkdr1s2wyknmx8z7fx9x"))
(modules '((guix build utils))) (modules '((guix build utils)))
(patches (search-patches "hplip-remove-imageprocessor.patch")) (patches (search-patches "hplip-remove-imageprocessor.patch"))
(snippet (snippet