gnu: hplip: Update to 3.18.3.

* gnu/packages/cups.scm (hplip): Update to 3.18.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Vasile Dumitrascu 2018-03-26 21:20:55 +02:00 committed by Leo Famulari
parent 4769ef0074
commit faef71f926
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -370,14 +370,14 @@ (define-public cups
(define-public hplip (define-public hplip
(package (package
(name "hplip") (name "hplip")
(version "3.17.11") (version "3.18.3")
(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
"0xda7x7xxjvzn1l0adlvbwcw21crq1r3r79bkf94q3m5i6abx49g")) "0x5xs86v18w46rxz5whc15bl4fb7p4km6xqjpwzclp83nl7rl01y"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Fix type mismatch. ;; Fix type mismatch.