guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit b937e0ea03cf80880c4ec4399290081d563e9067
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jun 10 20:53:54 2026 +0100

    gnu: python-jsonschema-specifications: Update to 2025.9.1.
    
    * gnu/packages/python-xyz.scm (python-jsonschema-specifications): Update to 
2025.9.1.
    [propagated-inputs]: Remove python-importlib-resources and 
python-referencing-bootstrap;
    add python-referencing.
    
    Change-Id: I5c1c8d47246cdc0fab9e84c51630dcf78ea20fdb
---
 gnu/packages/python-xyz.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5d182b5535..c3c57e404c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9517,21 +9517,23 @@ Schemas for use in python.")
 (define-public python-jsonschema-specifications
   (package
     (name "python-jsonschema-specifications")
-    (version "2024.10.1")
+    (version "2025.9.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "jsonschema_specifications" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url 
"https://github.com/python-jsonschema/jsonschema-specifications";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "0wp2g90jsaa48g1v0n6m43ywhh9cj1ig19q25lay334m74vbhf0g"))))
+        (base32 "0fxjcq2qqzahfi9jinns2gmrnjq1zf216dr3i480aphabdx1c67z"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-hatch-vcs
            python-hatchling
            python-pytest))
     (propagated-inputs
-     (list python-importlib-resources
-           python-referencing-bootstrap))
+     (list python-referencing))
     (home-page 
"https://github.com/python-jsonschema/jsonschema-specifications";)
     (synopsis
      "JSON Schema meta-schemas and vocabularies, exposed as a Registry")

Reply via email to