diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 22:58:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-21 18:51:00 +0200 |
commit | 058df6cd0adf63d55a0519514833f424e9b80948 (patch) | |
tree | 913987fd448105dbb3aac35286d5eee5da7b1d1e | |
parent | d9cdcad1e075659796591af5fbd26db91b98f3f1 (diff) | |
download | guix-058df6cd0adf63d55a0519514833f424e9b80948.tar guix-058df6cd0adf63d55a0519514833f424e9b80948.tar.gz |
gnu: hplip: Update to 3.18.6.
* gnu/packages/cups.scm (hplip): Update to 3.18.6.
-rw-r--r-- | gnu/packages/cups.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 142a10ecfa..92c712ec7d 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -379,14 +379,14 @@ device-specific programs to convert and print many types of files.") (define-public hplip (package (name "hplip") - (version "3.18.3") + (version "3.18.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "0x5xs86v18w46rxz5whc15bl4fb7p4km6xqjpwzclp83nl7rl01y")) + "0zbv6cp9n3xypf2fg4j6fpz8zkvl0z08lyc1vq1gd04ln1l3xkqf")) (modules '((guix build utils))) (snippet ;; Fix type mismatch. |