mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6ae7acb2d0
commit
67199d9fe7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue