mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: cups-filters: Update to 1.28.15.
* gnu/packages/cups.scm (cups-filters): Update to 1.28.15.
This commit is contained in:
parent
a523ea7d94
commit
265aa463be
1 changed files with 2 additions and 3 deletions
|
@ -129,7 +129,7 @@ (define-public brlaser
|
||||||
(define-public cups-filters
|
(define-public cups-filters
|
||||||
(package
|
(package
|
||||||
(name "cups-filters")
|
(name "cups-filters")
|
||||||
(version "1.28.9")
|
(version "1.28.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -137,8 +137,7 @@ (define-public cups-filters
|
||||||
(string-append "https://openprinting.org/download/cups-filters/"
|
(string-append "https://openprinting.org/download/cups-filters/"
|
||||||
"cups-filters-" version ".tar.xz"))
|
"cups-filters-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "12s7s2jgnh4q7ws7r2is6xp3pqq818jhnm4vpyzyywmvkxvfq1x9"))
|
||||||
"1bk0x1rrb8wqbhh5c979ppgy6s2kqss8mjdlahgcjvd79wm3fs9g"))
|
|
||||||
(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