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.27.1.
* gnu/packages/cups.scm (cups-filters): Update to 1.27.1.
This commit is contained in:
parent
bb618a0f78
commit
06eb5e4322
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ (define-module (gnu packages cups)
|
|||
(define-public cups-filters
|
||||
(package
|
||||
(name "cups-filters")
|
||||
(version "1.27.0")
|
||||
(version "1.27.1")
|
||||
(source(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -66,7 +66,7 @@ (define-public cups-filters
|
|||
"cups-filters-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"011lyr2b2w3q25cil5hz1rwy5r9awj9l70w3smrsihda5crcpqsa"))
|
||||
"0dpn4rkmrdprkhlnpih5dzrn4fxzj20k42d516kx4qx0g5l74lrm"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; install backends, banners and filters to cups-filters output
|
||||
|
|
Loading…
Reference in a new issue