gnu: cups: Update to 2.4.10 [fixes nothitg]

Change-Id: Ic600f96d7cae1d4ecc0f5b1b4561caae317c4048
This commit is contained in:
Tobias Geerinckx-Rice 2024-09-22 02:00:00 +02:00
parent 889c44b553
commit 198840bcb5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")