diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 22:45:27 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-25 12:50:56 +0100 |
commit | dc8187ba0f0757de3c7db01bf8d5d7a6dd0edee7 (patch) | |
tree | 788a3fd90cf318fb2c195b9f03e68fbfddc8bef6 | |
parent | 0b9d5fad447eecf09c9f12c0d44014d07973441a (diff) | |
download | guix-dc8187ba0f0757de3c7db01bf8d5d7a6dd0edee7.tar.gz guix-dc8187ba0f0757de3c7db01bf8d5d7a6dd0edee7.zip |
gnu: python-whatever: Update to 0.7.
* gnu/packages/python-xyz.scm (python-whatever): Update to 0.7.
Change-Id: I71bfbd02cd9f9e0302805af2568c9f8b0da27472
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c67421c234..81f2eebe5b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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)) |