1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-whatever: Update to 0.7.

* gnu/packages/python-xyz.scm (python-whatever): Update to 0.7.

Change-Id: I71bfbd02cd9f9e0302805af2568c9f8b0da27472
This commit is contained in:
Sharlatan Hellseher
2025-04-24 22:45:27 +01:00
parent 0b9d5fad44
commit dc8187ba0f

View File

@@ -28669,7 +28669,7 @@ files, and Makefiles.")
(define-public python-whatever
(package
(name "python-whatever")
(version "0.6")
(version "0.7")
(source
(origin
(method git-fetch)
@@ -28678,7 +28678,7 @@ files, and Makefiles.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1q7ajgqjfivxqsqgnhp4lc4p6jxyh4zprcsdbpd6dw54inaf0av5"))))
(base32 "1x5b4r3fppp208v52hn8inf2988w4llbkw9kvfc3w81dhmrf5fvq"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest python-setuptools python-wheel))