gnu: python-alembic: Update to 1.0.11.
* gnu/packages/databases.scm (python-alembic): Update to 1.0.11.
This commit is contained in:
parent
b8e380f458
commit
6743080ccc
|
@ -2430,14 +2430,14 @@ You might also want to install the following optional dependencies:
|
||||||
(define-public python-alembic
|
(define-public python-alembic
|
||||||
(package
|
(package
|
||||||
(name "python-alembic")
|
(name "python-alembic")
|
||||||
(version "1.0.10")
|
(version "1.0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "alembic" version))
|
(uri (pypi-uri "alembic" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dwl0264r6ri2jyrjr68am04x538ab26xwy4crqjnnhm4alwm3c2"))))
|
"1k5hag0vahd5vrf9abx8fdj2whrwaw2iq2yp736mmxnbsn5xkdyd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mock" ,python-mock)
|
`(("python-mock" ,python-mock)
|
||||||
|
@ -2448,8 +2448,7 @@ You might also want to install the following optional dependencies:
|
||||||
("python-mako" ,python-mako)
|
("python-mako" ,python-mako)
|
||||||
("python-editor" ,python-editor)))
|
("python-editor" ,python-editor)))
|
||||||
(home-page "https://bitbucket.org/zzzeek/alembic")
|
(home-page "https://bitbucket.org/zzzeek/alembic")
|
||||||
(synopsis
|
(synopsis "Database migration tool for SQLAlchemy")
|
||||||
"Database migration tool for SQLAlchemy")
|
|
||||||
(description
|
(description
|
||||||
"Alembic is a lightweight database migration tool for usage with the
|
"Alembic is a lightweight database migration tool for usage with the
|
||||||
SQLAlchemy Database Toolkit for Python.")
|
SQLAlchemy Database Toolkit for Python.")
|
||||||
|
|
Loading…
Reference in New Issue