mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: python-pillow/security-fixes: Make graft package private.
This fixes the tests/packages.scm test suite, which would have failed its 'fold-available-packages with/without cache' test case due two python-pillow packages having the same name/version. * gnu/packages/python-xyz.scm (python-pillow/security-fixes): Make private.
This commit is contained in:
parent
edffb3554f
commit
661d79ad32
1 changed files with 1 additions and 1 deletions
|
@ -7871,7 +7871,7 @@ (define-public python-pillow
|
|||
"http://www.pythonware.com/products/pil/license.htm"
|
||||
"The PIL Software License"))))
|
||||
|
||||
(define-public python-pillow/security-fixes
|
||||
(define python-pillow/security-fixes
|
||||
(package-with-patches python-pillow
|
||||
(search-patches "python-pillow-CVE-2022-45199.patch")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue