diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-08-29 11:47:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-08-29 11:47:48 +0200 |
commit | e1c57612d3f987df3d70be4beaddde35d95104a3 (patch) | |
tree | a7950cd8f1569066ed27f29da043e84867115a92 | |
parent | 67e1581c7d346aefd6a2d6904deecdb1cd652f69 (diff) | |
download | guix-e1c57612d3f987df3d70be4beaddde35d95104a3.tar guix-e1c57612d3f987df3d70be4beaddde35d95104a3.tar.gz |
gnu: hplip: Update to 3.16.8.
* gnu/packages/cups.scm (hplip): Update 3.16.8.
-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 09b804f39a..e51dcb5e8c 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.7") + (version "3.16.8") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "1hpzyf9ifs0vilsbwxcgpv8g9557p1x8w5qwgz5l0avgcd10dzlx")))) + "1svcalf2nc7mvxndp9zz3xp43w66z45rrsr5syl8fx61a6p6gnm9")))) (build-system gnu-build-system) (home-page "http://hplipopensource.com/") (synopsis "HP Printer Drivers") |