gnu: cups-filters: Update to 1.0.68.

* gnu/packages/cups.scm (cups-filters): Update to 1.0.68.
This commit is contained in:
宋文武 2015-04-22 14:33:05 +08:00
parent 1ea90625e4
commit e4c9d9bb66
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(define-public cups-filters (define-public cups-filters
(package (package
(name "cups-filters") (name "cups-filters")
(version "1.0.61") (version "1.0.68")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -44,7 +44,7 @@
"cups-filters-" version ".tar.xz")) "cups-filters-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1bq48nnrarlbf6qc93bz1n5wlh6j420gppbck3r45sinwhz5wa7m")) "0dx4assqzqdi0q4j7z5s7xzzvzxnd5c1njd9139a1h353qrcr5fi"))
(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