gnu: cups-filters: Update to 1.20.3.

* gnu/packages/cups.scm (cups-filters): Update to 1.20.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-01 06:27:32 +02:00
parent b745e216e4
commit 4eef81d9ae
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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