From 265aa463bee0ac8e2f2192782343d44113edb575 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 22 May 2022 02:00:01 +0200 Subject: gnu: cups-filters: Update to 1.28.15. * gnu/packages/cups.scm (cups-filters): Update to 1.28.15. --- gnu/packages/cups.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu') 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 -- cgit v1.2.3