diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:12 +0200 |
commit | 265aa463bee0ac8e2f2192782343d44113edb575 (patch) | |
tree | 3e04c3ac7b82f938ab750728868b6766401d01bb /gnu/packages/cups.scm | |
parent | a523ea7d9438468243d9c889ba715569e4446535 (diff) |
gnu: cups-filters: Update to 1.28.15.
* gnu/packages/cups.scm (cups-filters): Update to 1.28.15.
Diffstat (limited to 'gnu/packages/cups.scm')
-rw-r--r-- | gnu/packages/cups.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 92f83a023d..a2c00df40a 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.9") + (version "1.28.15") (source (origin (method url-fetch) @@ -137,8 +137,7 @@ driver is known to work with these printers: (string-append "https://openprinting.org/download/cups-filters/" "cups-filters-" version ".tar.xz")) (sha256 - (base32 - "1bk0x1rrb8wqbhh5c979ppgy6s2kqss8mjdlahgcjvd79wm3fs9g")) + (base32 "12s7s2jgnh4q7ws7r2is6xp3pqq818jhnm4vpyzyywmvkxvfq1x9")) (modules '((guix build utils))) (snippet ;; Install backends, banners and filters to cups-filters output |