guix-commits
[Top][All Lists]
Advanced

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

122/455: gnu: python-py-partiql-parser: Update to 0.6.1.


From: guix-commits
Subject: 122/455: gnu: python-py-partiql-parser: Update to 0.6.1.
Date: Mon, 20 Jan 2025 15:46:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ed2aa2d8342be095c267a5d1e57fad54d17a8434
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 2 23:01:07 2025 +0100

    gnu: python-py-partiql-parser: Update to 0.6.1.
    
    * gnu/packages/python-xyz.scm (python-py-partiql-parser): Update to 0.6.1.
    
    Change-Id: I36f1d4ac19f4a27356f2bd3872ee31fef821cf01
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 146ec338bb..b2da0977d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14243,7 +14243,7 @@ solve linear problems.")
 (define-public python-py-partiql-parser
   (package
     (name "python-py-partiql-parser")
-    (version "0.5.6")
+    (version "0.6.1")
     (source
      (origin
        (method git-fetch)   ; no tests data in PyPi package
@@ -14252,7 +14252,7 @@ solve linear problems.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xa1plsi2nkd3fwvkjw9c8b3bzvr6ml83x5gd22sf1cvimqn0jmq"))))
+        (base32 "008vj0f09gzk6pijwvxs6m860rmszm85is7wgjwifc8y38sqd86s"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-hatchling



reply via email to

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