gnu: cups-filters: Update to 1.22.2.

* gnu/packages/cups.scm (cups-filters): Update to 1.22.2.
This commit is contained in:
Marius Bakke 2019-03-17 14:52:52 +01:00
parent d0649b4730
commit 27b23cf2df
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -56,7 +56,7 @@ (define-module (gnu packages cups)
(define-public cups-filters (define-public cups-filters
(package (package
(name "cups-filters") (name "cups-filters")
(version "1.22.1") (version "1.22.2")
(source(origin (source(origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -64,7 +64,7 @@ (define-public cups-filters
"cups-filters-" version ".tar.xz")) "cups-filters-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"08szgpmac7xlf6vqkvg3pbphnrk2mal3gy382q2y3cm7k4plys3y")) "06gy3wv6p7kswz3mjn17f17mqpadvqj2riwc42kksnvp8x0h08cw"))
(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