gnu: cups-filters: Update to 1.28.15.

* gnu/packages/cups.scm (cups-filters): Update to 1.28.15.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:01 +02:00
parent a523ea7d94
commit 265aa463be
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -129,7 +129,7 @@ (define-public brlaser
(define-public cups-filters (define-public cups-filters
(package (package
(name "cups-filters") (name "cups-filters")
(version "1.28.9") (version "1.28.15")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -137,8 +137,7 @@ (define-public cups-filters
(string-append "https://openprinting.org/download/cups-filters/" (string-append "https://openprinting.org/download/cups-filters/"
"cups-filters-" version ".tar.xz")) "cups-filters-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32 "12s7s2jgnh4q7ws7r2is6xp3pqq818jhnm4vpyzyywmvkxvfq1x9"))
"1bk0x1rrb8wqbhh5c979ppgy6s2kqss8mjdlahgcjvd79wm3fs9g"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Install backends, banners and filters to cups-filters output ;; Install backends, banners and filters to cups-filters output