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

gnu: python-bson: Update to 0.5.10-0.4e6b4c2.

Fix build in Python 3.12.

* gnu/packages/python-xyz.scm (python-bson): Update to  0.5.10-0.4e6b4c2.

Change-Id: I412852030b326dfb20d57c7d75bc50073027abad
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2026-03-03 19:11:14 +01:00
committed by Sharlatan Hellseher
parent 87eb28e33e
commit 9d024f6e71

View File

@@ -23102,17 +23102,21 @@ pytest-fixtures-style dependency injection.")
(define-public python-bson
(package
(name "python-bson")
(version "0.5.10")
(properties '((commit . "4e6b4c206f7204034ef74bff8ae84a95d76d1684")
(revision . "0")))
(version (git-version "0.5.10"
(assoc-ref properties 'revision)
(assoc-ref properties 'commit)))
(source
(origin
(method git-fetch) ;for tests
(uri (git-reference
(url "https://github.com/py-bson/bson")
(commit version)))
(commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version))
(sha256
(base32
"1vpy4rsvm3hhawvbg9rbw4j36ck8qylkhm8cjy0q6imvinkd2als"))))
"015db9gfqcirv3zjscvh5hyfw8cixjsbvfxaqdzji863vrvl5ns8"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest