guix-commits
[Top][All Lists]
Advanced

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

29/45: gnu: python-sqlalchemy: Remove 1.3.


From: guix-commits
Subject: 29/45: gnu: python-sqlalchemy: Remove 1.3.
Date: Wed, 12 Jan 2022 17:58:43 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a1f487eba7b59a8ab184fa3161667d7429605d68
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 18:52:26 2022 +0100

    gnu: python-sqlalchemy: Remove 1.3.
    
    * gnu/packages/databases.scm (python-sqlalchemy-1.3): Remove variable.
---
 gnu/packages/databases.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index b62a8a0e6b..c3d64bae54 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3058,18 +3058,6 @@ 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))
 



reply via email to

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