This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 67199d9fe7 gnu: python-find-libpython: Update to 0.4.1.
67199d9fe7 is described below
commit 67199d9fe72ffd263913b457d7d3eaae7c7ddf42
Author: Cayetano Santos <[email protected]>
AuthorDate: Sat Jul 19 10:40:48 2025 +0200
gnu: python-find-libpython: Update to 0.4.1.
* gnu/packages/python-xyz.scm (python-find-libpython): Update to 0.4.1.
Change-Id: I1979d8e3e39bef589522b674b213b91901d465ab
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
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 b7297da2dd..2323fa10d9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23454,7 +23454,7 @@ some degree most natural languages too.")
(define-public python-find-libpython
(package
(name "python-find-libpython")
- (version "0.4.0")
+ (version "0.4.1")
(source
(origin
(method git-fetch)
@@ -23463,7 +23463,7 @@ some degree most natural languages too.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1z1r9nix2z75sv41j97pnl6jgj2lk6k8la23vavxjpprsc9ld1dd"))))
+ (base32 "173qxif277vc23kgidwbkxx7z7b7676f8lv5kxy9pd82228m8m79"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel
;; tests