diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-17 03:11:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-17 13:34:27 +0200 |
commit | 0f27f41d592304be968fe0892b2a3133bb46e1f2 (patch) | |
tree | 62c020f2e023c2d178b23f0c5f42750a4142d253 /gnu | |
parent | a7d74db93da6524d4cbe3ed4379ca4ca36469cc3 (diff) |
gnu: hplip: Update to 3.20.6.
* gnu/packages/cups.scm (hplip): Update to 3.20.6.
Diffstat (limited to 'gnu')
-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 d83211ede2..6c43632d7a 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -415,14 +415,14 @@ should only be used as part of the Guix cups-pk-helper service.") (define-public hplip (package (name "hplip") - (version "3.20.5") + (version "3.20.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hplip/hplip/" version "/hplip-" version ".tar.gz")) (sha256 (base32 - "0nj79r61fzddwwzf8kcc0qkp4y9qx46v15iarz6h6y3v91wbsjq0")) + "0rmk7i28mb0q66i5l9d0fq2j23dkhz5gx5g2xvi16ga0dnprcilp")) (modules '((guix build utils))) (patches (search-patches "hplip-remove-imageprocessor.patch")) (snippet |