gnu: python-jsonpointer: Update to 1.14.

* gnu/packages/python-xyz.scm (python-jsonpointer): Update to 1.14.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I24c105f237a018c114a84f321b3b558484dcab5e
This commit is contained in:
Ricardo Wurmus 2024-05-07 21:27:01 +02:00 committed by Sharlatan Hellseher
parent 36e2744b3f
commit 574e2ecadc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -25594,15 +25594,16 @@ manipulation, or @code{stdout}.")
(define-public python-jsonpointer (define-public python-jsonpointer
(package (package
(name "python-jsonpointer") (name "python-jsonpointer")
(version "1.10") (version "1.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "jsonpointer" version)) (uri (pypi-uri "jsonpointer" version))
(sha256 (sha256
(base32 (base32
"1cg0gvgqjysydv6p45v4jywg1jb3v48c7m3cbpi57zgf6nndr9cz")))) "0kdckqca8i2ly87mxwn0ggwfzig4xvadbvcanfvk3is56n1az0f6"))))
(build-system python-build-system) (build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/stefankoegl/python-json-pointer") (home-page "https://github.com/stefankoegl/python-json-pointer")
(synopsis "Identify specific nodes in a JSON document") (synopsis "Identify specific nodes in a JSON document")
(description "@code{jsonpointer} allows you to access specific nodes (description "@code{jsonpointer} allows you to access specific nodes