diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-13 18:20:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-14 09:47:35 +0200 |
commit | 9e455df91afdfa854e66f95450a1e35f9c32212e (patch) | |
tree | b4619e60bd06f2709a0c8c2aaa380e5395febbe2 /gnu/packages/cups.scm | |
parent | 5e57867491b0a3da76dd984441a984e36bbe7df4 (diff) | |
download | guix-9e455df91afdfa854e66f95450a1e35f9c32212e.tar guix-9e455df91afdfa854e66f95450a1e35f9c32212e.tar.gz |
gnu: hplip: Update to 3.17.6.
* gnu/packages/cups.scm (hplip): Update to 3.17.6.
Diffstat (limited to 'gnu/packages/cups.scm')
-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 accfe410ba..576b69bb27 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -339,14 +339,14 @@ device-specific programs to convert and print many types of files.") (define-public hplip (package (name "hplip") - (version "3.16.11") + (version "3.17.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "094vkyr0rjng72m13dgr824cdl7q20x23qjxzih4w7l9njn0rqpn")))) + "0zhhnp3ksd9i2maaqrsjn4p3y7im3llgylp2y8qgmqypm8s7ha40")))) (build-system gnu-build-system) (home-page "http://hplipopensource.com/") (synopsis "HP Printer Drivers") |