guix-commits
[Top][All Lists]
Advanced

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

16/24: gnu: python-alembic: Update to 1.7.5.


From: guix-commits
Subject: 16/24: gnu: python-alembic: Update to 1.7.5.
Date: Sun, 5 Dec 2021 08:16:27 -0500 (EST)

mbakke pushed a commit to branch core-updates-frozen
in repository guix.

commit eb8619a5a6e1193e06a8bf9aecae2e5607a465bc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 2 23:09:47 2021 +0100

    gnu: python-alembic: Update to 1.7.5.
    
    * gnu/packages/databases.scm (python-alembic): Update to 1.7.5.
    [propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES.
---
 gnu/packages/databases.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 00baaab..a817e1f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3237,13 +3237,13 @@ this library provides functions to facilitate such 
comparisons.")
 (define-public python-alembic
   (package
     (name "python-alembic")
-    (version "1.7.1")
+    (version "1.7.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "alembic" version))
        (sha256
-        (base32 "1ys0a44gh544xpbzz6r5xvz3msim74f9qklyfnw0bhn9vk9n9adf"))))
+        (base32 "0lxi2g2025lz5k7k5dd5fc1lfijqi2yw6qqyjzp073z6laa8cckw"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
@@ -3255,7 +3255,6 @@ this library provides functions to facilitate such 
comparisons.")
        ("python-pytest-cov" ,python-pytest-cov)))
     (propagated-inputs
      `(("python-dateutil" ,python-dateutil)
-       ("python-importlib-resources" ,python-importlib-resources) ;Python < 3.9
        ("python-sqlalchemy" ,python-sqlalchemy)
        ("python-mako" ,python-mako)
        ("python-editor" ,python-editor)))



reply via email to

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