[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: python-alembic: Update to 0.9.6.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/07: gnu: python-alembic: Update to 0.9.6. |
Date: |
Mon, 25 Dec 2017 20:36:12 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 030274ccac6e99f8f913f9912d64bcd0b05de653
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Dec 25 07:30:50 2017 +0100
gnu: python-alembic: Update to 0.9.6.
* gnu/packages/databases.scm (python-alembic): Update to 0.9.6.
---
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 755fe7a..ffe63f0 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2146,14 +2146,14 @@ You might also want to install the following optional
dependencies:
(define-public python-alembic
(package
(name "python-alembic")
- (version "0.9.5")
+ (version "0.9.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "alembic" version))
(sha256
(base32
- "01gx2syqbaxh4hr9pf7pxhlb6p36qaf99140dy19lsx1paxb9p4b"))))
+ "0cm73vabrqj92v7a0wwvldj8j7bc7dwv358kvkk7p87gx7mm2a04"))))
(build-system python-build-system)
(native-inputs
`(("python-mock" ,python-mock)
- branch master updated (6e9749e -> a7f27da), Tobias Geerinckx-Rice, 2017/12/25
- 03/07: gnu: bitshuffle: Update to 0.3.4., Tobias Geerinckx-Rice, 2017/12/25
- 07/07: gnu: check, databases: Use HTTPS for bitbucket.org., Tobias Geerinckx-Rice, 2017/12/25
- 04/07: gnu: python-alembic: Update to 0.9.6.,
Tobias Geerinckx-Rice <=
- 05/07: gnu: python-redis: Update to 2.10.6., Tobias Geerinckx-Rice, 2017/12/25
- 06/07: gnu: liblangtag: Use bitbucket.org home page., Tobias Geerinckx-Rice, 2017/12/25
- 01/07: gnu: sicp: Use HTTPS for home page., Tobias Geerinckx-Rice, 2017/12/25
- 02/07: gnu: jack2: Update to 1.9.12., Tobias Geerinckx-Rice, 2017/12/25