gnu: cups-filters: Update to 1.21.0.

* gnu/packages/cups.scm (cups-filters): Update to 1.21.0.
This commit is contained in:
Marius Bakke 2018-08-21 15:13:20 +02:00
parent 3bbfc451ed
commit a8c9321368
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
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.4") (version "1.21.0")
(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
"0sjkmclcb1r77015wllsyz26272br3s17v6b1q2xwb2nm2gnwx9k")) "0fs90xx9i4h8gbpligf5kkh21llv4kf5g3bgfbx4z272xkm7bsfi"))
(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