guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: python-pypika: Update to 0.44.0.


From: guix-commits
Subject: 07/13: gnu: python-pypika: Update to 0.44.0.
Date: Mon, 16 Nov 2020 23:05:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit da384d993b5f7fd7ec22c0d9bd8b4ae28fbef6d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 16 14:01:17 2020 +0100

    gnu: python-pypika: Update to 0.44.0.
    
    * gnu/packages/databases.scm (python-pypika): Update to 0.44.0.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 903b5e1..1c71f41 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3474,7 +3474,7 @@ transforms idiomatic python function calls to well-formed 
SQL queries.")
 (define-public python-pypika
   (package
     (name "python-pypika")
-    (version "0.37.2")
+    (version "0.44.0")
     (source
      (origin (method git-fetch)
              (uri (git-reference
@@ -3483,7 +3483,7 @@ transforms idiomatic python function calls to well-formed 
SQL queries.")
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "089z1c778q1fwhzsc88ws8j5gm2hgxknibabn4wpax8rz2bfs3ck"))))
+               "0mpddrw9z1pzcc40j3pzhd583hlgjx96aa8ak6m9zzhpm4bv3ard"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-parameterized" ,python-parameterized)))



reply via email to

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