diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 16:30:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 17:04:27 +0200 |
commit | f6ee42f407c2026dcb88f1490442223f6c30c098 (patch) | |
tree | b7fce108219cae5e20a6f83f9c5a6475637f4f1b | |
parent | 87961fc965b96ac0c7a5909ac2faab2d023b5339 (diff) | |
download | guix-f6ee42f407c2026dcb88f1490442223f6c30c098.tar.gz guix-f6ee42f407c2026dcb88f1490442223f6c30c098.zip |
gnu: cups-filters: Update to 1.28.8.
* gnu/packages/cups.scm (cups-filters): Update to 1.28.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 b964845628..b723e3ab67 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -129,7 +129,7 @@ driver is known to work with these printers: (define-public cups-filters (package (name "cups-filters") - (version "1.28.5") + (version "1.28.8") (source(origin (method url-fetch) (uri @@ -137,7 +137,7 @@ driver is known to work with these printers: "cups-filters-" version ".tar.xz")) (sha256 (base32 - "03zn534whjxi3s7g0srdib1qhvwk0f826c5bci17jl5zpk3myhm8")) + "0652xkpgcr2m2axrk68bjb7gv4b7hv6arxcpq2apgqrwz1ildz7n")) (modules '((guix build utils))) (snippet ;; install backends, banners and filters to cups-filters output |