civodul pushed a commit to branch master
in repository guix.
commit 36fde042af0f420ee3a385062612b2a2c2f2f7c5
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri May 27 23:07:56 2022 +0200
gnu: python-peachpy: Update to 913d74c.
Fixes <https://issues.guix.gnu.org/55669>.
Reported by Sebastian Gibb <[email protected]>.
* gnu/packages/python-xyz.scm (python-peachpy): Update to 913d74c.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 44eeb0d7fe..1c783d2dcb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29614,9 +29614,9 @@ and BMI2).")
(define-public python-peachpy
;; There is no tag in this repo.
- (let ((commit "906d578266dc7188bf61e4cdbc9f8ea7d69edec0")
+ (let ((commit "913d74c35a6b1d330e90bfc055208ce5b06b35a0")
(version "0.2.0") ;from 'peachpy/__init__.py'
- (revision "1"))
+ (revision "2"))
(package
(name "python-peachpy")
(version (git-version version revision commit))
@@ -29627,7 +29627,7 @@ and BMI2).")
(file-name (git-file-name name version))
(sha256
(base32
- "1yy62k3cjr6556nbp651w6v4hzl7kz4y75wy2dfqgndgbnixskx2"))
+ "1wnqxspxsacw4556q0b9fbw11nhrkgn6gs8g43jdnpa35f3z9kb6"))
(patches (search-patches "python-peachpy-determinism.patch"))))
(build-system python-build-system)
(arguments