diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-10-29 21:30:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-10-30 00:47:28 +0200 |
commit | 8ed14711dce1baeb0eccab680e259fba845bea89 (patch) | |
tree | 5a3f5e8e1767ab26fe070df6f0f89ca115b85d07 /gnu/packages/cups.scm | |
parent | 9efa472fba3d2bd98b7df3b82fb372f71206f199 (diff) | |
download | guix-8ed14711dce1baeb0eccab680e259fba845bea89.tar guix-8ed14711dce1baeb0eccab680e259fba845bea89.tar.gz |
gnu: hplip: Update to 3.16.10.
* gnu/packages/cups.scm (hplip): Update to 3.16.10.
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 e51dcb5e8c..354fcd62c4 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -303,14 +303,14 @@ device-specific programs to convert and print many types of files.") (define-public hplip (package (name "hplip") - (version "3.16.8") + (version "3.16.10") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "1svcalf2nc7mvxndp9zz3xp43w66z45rrsr5syl8fx61a6p6gnm9")))) + "117f1p0splg51ljn4nn97c0mbl0jba440ahb3d8njq7p6h1lxd25")))) (build-system gnu-build-system) (home-page "http://hplipopensource.com/") (synopsis "HP Printer Drivers") |