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 <sharlatanus@gmail.com>
This commit is contained in:
Cayetano Santos 2025-07-19 10:40:48 +02:00 committed by Sharlatan Hellseher
parent 6ae7acb2d0
commit 67199d9fe7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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