gnu: cups-filters: Update to 1.20.1.

* gnu/packages/cups.scm (cups-filters): Update to 1.20.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-28 18:06:19 +01:00
parent cc35533304
commit 3d185f5562
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -50,7 +50,7 @@ (define-module (gnu packages cups)
(define-public cups-filters (define-public cups-filters
(package (package
(name "cups-filters") (name "cups-filters")
(version "1.17.9") (version "1.20.1")
(source(origin (source(origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -58,7 +58,7 @@ (define-public cups-filters
"cups-filters-" version ".tar.xz")) "cups-filters-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0i7mvvnq7ayhxn1ajci8h7l3cijzwr9d50p58h0rbsh9hf63zblq")) "0qix1whz5n4ijnl6d44f1v8nzkpv99wqjyrby8vx6xnpskw5hsxk"))
(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