guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

94/361: gnu: python-jsonpointer: Update to 1.14.


From: guix-commits
Subject: 94/361: gnu: python-jsonpointer: Update to 1.14.
Date: Fri, 22 Nov 2024 06:00:19 -0500 (EST)

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

commit 59f557d141dc98e6ac51ed2eece6f3f6a7265f9a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 21:27:01 2024 +0200

    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
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]