mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cups-minimal: Update graft to 2.4.9 [fixes CVE-2024-35235].
* gnu/packages/cups.scm (cups-minimal/fixed): Update to 2.4.9. Change-Id: Ibb3c371b0e90457736b396f5e97b3055a4c7fc97
This commit is contained in:
parent
6c56608561
commit
0c90851837
1 changed files with 2 additions and 2 deletions
|
@ -343,7 +343,7 @@ applications''. These must be installed separately.")
|
|||
(define cups-minimal/fixed
|
||||
(package
|
||||
(inherit cups-minimal)
|
||||
(version "2.4.7")
|
||||
(version "2.4.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -352,7 +352,7 @@ applications''. These must be installed separately.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "cups" version))
|
||||
(sha256
|
||||
(base32 "0cj3gs7ki9v0drj19l326s8f1kxrpq7jkzrdfdk7ykrlk7sj645f"))))))
|
||||
(base32 "08wjd1flyaslhnwvxl39403qi3g675rk532ysiyk6cda4r8ks1g1"))))))
|
||||
|
||||
(define-public cups
|
||||
(package/inherit cups-minimal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue