[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: Add python-sqlalchemy@1.3.
From: |
guix-commits |
Subject: |
01/12: gnu: Add python-sqlalchemy@1.3. |
Date: |
Wed, 3 Nov 2021 13:45:56 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f19e11e1da183dddb8921c7778bca5a12e42daf8
Author: David Larsson <david.larsson@selfhosted.xyz>
AuthorDate: Tue Oct 26 19:39:37 2021 +0200
gnu: Add python-sqlalchemy@1.3.
* gnu/packages/databases.scm (python-sqlalchemy-1.3): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
gnu/packages/databases.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 0da6c2d..7fcdacc 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3006,6 +3006,18 @@ designed for efficient and high-performing database
access, adapted into a
simple and Pythonic domain language.")
(license license:x11)))
+(define-public python-sqlalchemy-1.3
+ (package
+ (inherit python-sqlalchemy)
+ (version "1.3.20")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "SQLAlchemy" version))
+ (sha256
+ (base32 "18b9am7bsqc4nj3d2h5r93i002apczxfvpfpcqbd6f0385zmrwnj"))))
+ (propagated-inputs '())))
+
(define-public python2-sqlalchemy
(package-with-python2 python-sqlalchemy))
- 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, 2021/11/03
- 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 <=
- 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