apteryx pushed a commit to branch master
in repository guix.

commit 661d79ad3237528bf450c43c37adfdedac493530
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Apr 18 10:08:30 2023 -0400

    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.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 284f8019bb..6ea91a2719 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7871,7 +7871,7 @@ a general image processing tool.")
               "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")))
 

Reply via email to