diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-25 22:57:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-25 23:59:21 +0200 |
commit | 980fe414c1a9be96b820a6e36c90a98f99e25936 (patch) | |
tree | 4c3fa8b69e06c86509dea733baddf594b26d6b73 /gnu/packages/cups.scm | |
parent | ae03ee4274670e516b630ae12f8f4350289e8008 (diff) | |
download | patches-980fe414c1a9be96b820a6e36c90a98f99e25936.tar patches-980fe414c1a9be96b820a6e36c90a98f99e25936.tar.gz |
gnu: hplip: Update to 3.17.7.
* gnu/packages/cups.scm (hplip): Update to 3.17.7.
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 576b69bb27..fec328cda6 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.17.6") + (version "3.17.7") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "0zhhnp3ksd9i2maaqrsjn4p3y7im3llgylp2y8qgmqypm8s7ha40")))) + "03a0vkbrzvgj15il9rvr93kf5pc706gxcjk6akbkzds0zmdbsxrm")))) (build-system gnu-build-system) (home-page "http://hplipopensource.com/") (synopsis "HP Printer Drivers") |