gnu: python-sqlalchemy: Update to 1.3.15.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 15 Mar 2020 12:35:13 +0000 (13:35 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 15 Mar 2020 14:09:07 +0000 (15:09 +0100)
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.15.

gnu/packages/databases.scm

index 9681be8..d26f1ef 100644 (file)
@@ -2530,13 +2530,13 @@ Database API 2.0T.")
 (define-public python-sqlalchemy
   (package
     (name "python-sqlalchemy")
-    (version "1.3.3")
+    (version "1.3.15")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "SQLAlchemy" version))
       (sha256
-       (base32 "06c3lcv7nijsgqsjaaa4djrwlzgh9f910zlqxkmgq22h6jl4rici"))))
+       (base32 "0iglkvymfp35zm5pxy5kzqvcv96kkas0chqdx7xpla86sspa9k64"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-cython" ,python-cython) ; for C extensions