guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 22cb8fbbd35e9c4b637c5dcb87c41a26c8495c7c
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Mar 3 19:11:14 2026 +0100
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 73ba5de352..4f1777bb9c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22848,17 +22848,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