all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnu: python-sqlalchemy: Update to 1.0.12.
@ 2016-02-15 21:41 Christopher Allan Webber
  2016-02-15 21:51 ` Andreas Enge
  2016-02-15 21:52 ` Mark H Weaver
  0 siblings, 2 replies; 4+ messages in thread
From: Christopher Allan Webber @ 2016-02-15 21:41 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 72 bytes --]

This also fixes the python / sqlalchemy / sqlite test failure problem.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-sqlalchemy-Update-to-1.0.12.patch --]
[-- Type: text/x-patch, Size: 1266 bytes --]

From 880e39c230bf9ac956baa0853acf7158481b3ee6 Mon Sep 17 00:00:00 2001
From: Christopher Allan Webber <cwebber@dustycloud.org>
Date: Mon, 15 Feb 2016 13:40:13 -0800
Subject: [PATCH] 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 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 2090d3a..805c4a2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3541,7 +3541,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)
@@ -3549,7 +3549,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
-- 
2.6.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-15 22:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 21:41 gnu: python-sqlalchemy: Update to 1.0.12 Christopher Allan Webber
2016-02-15 21:51 ` Andreas Enge
2016-02-15 21:52 ` Mark H Weaver
2016-02-15 22:05   ` Christopher Allan Webber

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.