guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-sqlalchemy: Update to 1.3.18.


From: guix-commits
Subject: branch master updated: gnu: python-sqlalchemy: Update to 1.3.18.
Date: Wed, 08 Jul 2020 17:42:57 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fadc633  gnu: python-sqlalchemy: Update to 1.3.18.
fadc633 is described below

commit fadc633a02251ddf3cb78bd817d99233b031f62d
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Wed Jul 8 16:51:00 2020 +0200

    gnu: python-sqlalchemy: Update to 1.3.18.
    
    * gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.18.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 d54cbac..9befa64 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2620,13 +2620,13 @@ Database API 2.0T.")
 (define-public python-sqlalchemy
   (package
     (name "python-sqlalchemy")
-    (version "1.3.15")
+    (version "1.3.18")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "SQLAlchemy" version))
       (sha256
-       (base32 "0iglkvymfp35zm5pxy5kzqvcv96kkas0chqdx7xpla86sspa9k64"))))
+       (base32 "1rwc6ss1cnz3kxx0p9p6xw0w79r8qw03lcc29k31yb3rcigvfbys"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-cython" ,python-cython) ; for C extensions



reply via email to

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