From 9d024f6e71cecacd3469bfcc668a35e0736428ed Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Tue, 3 Mar 2026 19:11:14 +0100 Subject: [PATCH] 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 --- 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 500eaece4b..a4688bb167 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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