[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: python-sqlalchemy: Update to 1.4.26.
From: |
guix-commits |
Subject: |
05/12: gnu: python-sqlalchemy: Update to 1.4.26. |
Date: |
Wed, 3 Nov 2021 13:45:58 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ccb2fabee0c0d71808a9e0c90db3f8f0f43c803f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 15:06:48 2021 +0100
gnu: python-sqlalchemy: Update to 1.4.26.
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.26.
---
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 7fcdacc..0404f63 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2977,13 +2977,13 @@ Database API 2.0T.")
(define-public python-sqlalchemy
(package
(name "python-sqlalchemy")
- (version "1.4.23")
+ (version "1.4.26")
(source
(origin
(method url-fetch)
(uri (pypi-uri "SQLAlchemy" version))
(sha256
- (base32 "10vm8hm8w4yfsab076ak8r4vp5v1jqdi71cky6dhha7mh5l29zvn"))))
+ (base32 "06imr96jirwmkc8mkxrl9bi413yd3638lc5idn65xx8fv7bzkivb"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython) ; for C extensions
- branch master updated (65234d0 -> 5c1ad6b), guix-commits, 2021/11/03
- 10/12: gnu: snd: Update to 4.3.8., guix-commits, 2021/11/03
- 04/12: gnu: Add python-flask-combo-jsonapi., guix-commits, 2021/11/03
- 05/12: gnu: python-sqlalchemy: Update to 1.4.26.,
guix-commits <=
- 06/12: gnu: python-sqlalchemy: Respect #:tests?., guix-commits, 2021/11/03
- 02/12: gnu: Add python-marshmallow@3.2., guix-commits, 2021/11/03
- 01/12: gnu: Add python-sqlalchemy@1.3., guix-commits, 2021/11/03
- 07/12: gnu: python-marshmallow: Fix linter warning., guix-commits, 2021/11/03
- 09/12: gnu: unqlite: Curate comparisons., guix-commits, 2021/11/03
- 11/12: gnu: knot: Update to 3.1.3., guix-commits, 2021/11/03
- 12/12: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/03
- 03/12: gnu: Add python-marshmallow-jsonapi., guix-commits, 2021/11/03
- 08/12: gnu: ghc-persistent: Curate storage system examples., guix-commits, 2021/11/03