gnu: cups-filters: Update to 1.20.4.

* gnu/packages/cups.scm (cups-filters): Update to 1.20.4.
This commit is contained in:
Ricardo Wurmus 2018-08-08 13:07:54 +02:00
parent 82230603ce
commit d60869805e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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