[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: python-sqlalchemy: Update to 1.0.12.
From: |
Christopher Allan Webber |
Subject: |
01/01: gnu: python-sqlalchemy: Update to 1.0.12. |
Date: |
Mon, 15 Feb 2016 21:58:08 +0000 |
cwebber pushed a commit to branch wip-mediagoblin
in repository guix.
commit 1ab5853a1c56a789feb10444395b48d882938ca4
Author: Christopher Allan Webber <address@hidden>
Date: Mon Feb 15 13:55:46 2016 -0800
gnu: python-sqlalchemy: Update to 1.0.12.
* gnu/packages/python.scm (python-sqlalchemy): Update to 1.0.12.
---
gnu/packages/python.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6bb9896..037428b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3577,7 +3577,7 @@ routines such as routines for numerical integration and
optimization.")
(define-public python-sqlalchemy
(package
(name "python-sqlalchemy")
- (version "0.9.7")
+ (version "1.0.12")
(source
(origin
(method url-fetch)
@@ -3585,7 +3585,7 @@ routines such as routines for numerical integration and
optimization.")
"SQLAlchemy/SQLAlchemy-" version ".tar.gz"))
(sha256
(base32
- "059ayifj5l08v6vv56anhyibyllscn10dlzr2fcw68gz1hfjdzsz"))))
+ "1l8qclhd0s90w3pvwhi5mjxdwr5j7gw7cjka2fx6f2vqmq7f4yb6"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython) ;for c extensions