guix-commits
[Top][All Lists]
Advanced

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

09/22: gnu: python-alembic: Update to 1.4.3.


From: guix-commits
Subject: 09/22: gnu: python-alembic: Update to 1.4.3.
Date: Wed, 30 Sep 2020 18:25:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 63d37b3cbe6a455b27ba66775bbc00a69df5c8dc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 30 12:25:38 2020 +0200

    gnu: python-alembic: Update to 1.4.3.
    
    * gnu/packages/databases.scm (python-alembic): Update to 1.4.3.
---
 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 26c0c26..9a2bd7f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2758,13 +2758,13 @@ this library provides functions to facilitate such 
comparisons.")
 (define-public python-alembic
   (package
     (name "python-alembic")
-    (version "1.4.2")
+    (version "1.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "alembic" version))
        (sha256
-        (base32 "1gsdrzx9h7wfva200qvvsc9sn4w79mk2vs0bbnzjhxi1jw2b0nh3"))))
+        (base32 "0if2dgb088clk738p26bwk50735h6jpd2kacdgc5capv2hiz6d2k"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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