guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: : Update to v9.0.0.post1.


From: guix-commits
Subject: branch master updated: gnu: : Update to v9.0.0.post1.
Date: Tue, 22 Mar 2022 22:58:53 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4a82826379 gnu: : Update to v9.0.0.post1.
4a82826379 is described below

commit 4a828263791ebb8ed8f8104e015a8f467008fc76
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 22 22:57:39 2022 -0400

    gnu: : Update to v9.0.0.post1.
    
    * gnu/packages/python-xyz.scm (): Update to v9.0.0.post1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7649dd0ad5..e500360db8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7250,7 +7250,7 @@ a general image processing tool.")
   (package
     (inherit python-pillow)
     (name "python-pillow-simd")
-    (version "9.0.0")
+    (version "v9.0.0.post1")
     ;; The PyPI tarball does not include test files.
     (source
      (origin
@@ -7260,7 +7260,7 @@ a general image processing tool.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0pxvfyzxzgk18mhm7xh5n19s88bpwaah5cm60p4c239phspzprdb"))))
+        (base32 "1dnvsln451aw3qy2cxg2ndd5mcanf5nrhxw9l7mcam730635hdm9"))))
     (inputs
      (modify-inputs (package-inputs python-pillow)
        (prepend libraqm libimagequant)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]