diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-14 02:11:54 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-18 23:16:22 +0200 |
commit | fa4419a84a702d56859f03dfc06b7ae5312564f3 (patch) | |
tree | 40d9d339898d65a4ca91d33d97cfccadc4826f03 | |
parent | 517bd0860953a3670148821d883093fa92c8e672 (diff) |
gnu: hplip: Update to 3.21.8.
* gnu/packages/cups.scm (hplip): Update to 3.21.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 a0efb54c4d..e4ae35d8ae 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -490,14 +490,14 @@ should only be used as part of the Guix cups-pk-helper service.") (define-public hplip (package (name "hplip") - (version "3.21.6") + (version "3.21.8") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "1jkvbq64pxn5rg25pk13xwn5xr2bn0sa95yvh2q4ys0kv79n0cyc")) + "076fjzgw86q817c660h1vzwdp00cyjr49b9bfi7qkhphq6am4gpi")) (modules '((guix build utils))) (snippet '(begin |