mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: cups: Update to 2.4.10 [fixes nothitg]
Change-Id: Ic600f96d7cae1d4ecc0f5b1b4561caae317c4048
This commit is contained in:
parent
889c44b553
commit
198840bcb5
1 changed files with 16 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
|
|||
(package
|
||||
(name "cups-minimal")
|
||||
(version "2.4.9")
|
||||
(replacement cups-minimal/fixed)
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -352,6 +353,21 @@ applications''. These must be installed separately.")
|
|||
;; CUPS is Apache 2.0 with exceptions, see the NOTICE file.
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define cups-minimal/fixed
|
||||
(package
|
||||
(inherit cups-minimal)
|
||||
(version "2.4.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/OpenPrinting/cups")
|
||||
(commit (string-append "v" version))))
|
||||
;; Avoid NAME confusion: these are the complete CUPS sources.
|
||||
(file-name (git-file-name "cups" version))
|
||||
(sha256
|
||||
(base32 "0mqx302mnk728h9sq5lknfv3ip7mfv44x3cqrjpndcdffd0ppnsw"))))))
|
||||
|
||||
(define-public cups
|
||||
(package/inherit cups-minimal
|
||||
(name "cups")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue