mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: hplip: Update to 3.19.10.
* gnu/packages/cups.scm (hplip): Update to 3.19.10.
This commit is contained in:
parent
1b7dc67744
commit
b9ace94e6b
1 changed files with 2 additions and 2 deletions
|
@ -419,14 +419,14 @@ (define-public cups-pk-helper
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue