mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: cups-filters: Update to 1.25.0.
* gnu/packages/cups.scm (cups-filters): Update to 1.25.0.
This commit is contained in:
parent
ed8d3f33a5
commit
830a0fe64e
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ (define-module (gnu packages cups)
|
||||||
(define-public cups-filters
|
(define-public cups-filters
|
||||||
(package
|
(package
|
||||||
(name "cups-filters")
|
(name "cups-filters")
|
||||||
(version "1.23.0")
|
(version "1.25.0")
|
||||||
(source(origin
|
(source(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -65,7 +65,7 @@ (define-public cups-filters
|
||||||
"cups-filters-" version ".tar.xz"))
|
"cups-filters-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lyzxf03kdfvkbb6p7hxlarbb35lq5bh094g49v3bz9z4z9065p2"))
|
"1laiscq8yvynw862calkgbz9irrdkmd5l821q6a6wik1ifd186c1"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue