guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: python-alembic: Update to 1.0.11.


From: guix-commits
Subject: 01/07: gnu: python-alembic: Update to 1.0.11.
Date: Thu, 29 Aug 2019 08:48:09 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6743080ccc3850525b9635d472705e324feef48f
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 15 20:46:59 2019 +0200

    gnu: python-alembic: Update to 1.0.11.
    
    * gnu/packages/databases.scm (python-alembic): Update to 1.0.11.
---
 gnu/packages/databases.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 333a88b..066bcb6 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2430,14 +2430,14 @@ You might also want to install the following optional 
dependencies:
 (define-public python-alembic
   (package
     (name "python-alembic")
-    (version "1.0.10")
+    (version "1.0.11")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "alembic" version))
        (sha256
         (base32
-         "1dwl0264r6ri2jyrjr68am04x538ab26xwy4crqjnnhm4alwm3c2"))))
+         "1k5hag0vahd5vrf9abx8fdj2whrwaw2iq2yp736mmxnbsn5xkdyd"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-mock" ,python-mock)
@@ -2448,8 +2448,7 @@ You might also want to install the following optional 
dependencies:
        ("python-mako" ,python-mako)
        ("python-editor" ,python-editor)))
     (home-page "https://bitbucket.org/zzzeek/alembic";)
-    (synopsis
-     "Database migration tool for SQLAlchemy")
+    (synopsis "Database migration tool for SQLAlchemy")
     (description
      "Alembic is a lightweight database migration tool for usage with the
 SQLAlchemy Database Toolkit for Python.")



reply via email to

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