diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-11-24 20:22:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-11-25 16:31:10 +0100 |
commit | dead1067c3213429197ece3f5423230524ba9bd9 (patch) | |
tree | 62a84cd67eb3b1f60b2742d5cdb7a61469355130 /gnu/packages/cups.scm | |
parent | aaaf8b384492c84f99a6e47631dee06575dbcd2e (diff) | |
download | guix-dead1067c3213429197ece3f5423230524ba9bd9.tar guix-dead1067c3213429197ece3f5423230524ba9bd9.tar.gz |
gnu: hplip: Update to 3.16.11.
* gnu/packages/cups.scm (hplip): Update to 3.16.11.
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 802accf6c6..0a8a10ecb4 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -317,14 +317,14 @@ device-specific programs to convert and print many types of files.") (define-public hplip (package (name "hplip") - (version "3.16.10") + (version "3.16.11") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "117f1p0splg51ljn4nn97c0mbl0jba440ahb3d8njq7p6h1lxd25")))) + "094vkyr0rjng72m13dgr824cdl7q20x23qjxzih4w7l9njn0rqpn")))) (build-system gnu-build-system) (home-page "http://hplipopensource.com/") (synopsis "HP Printer Drivers") |