all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name).
@ 2016-02-08 16:55 Pjotr Prins
  2016-02-08 17:26 ` Christopher Allan Webber
  2016-02-08 20:06 ` Andreas Enge
  0 siblings, 2 replies; 10+ messages in thread
From: Pjotr Prins @ 2016-02-08 16:55 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-sqlalchemy):
Update to 1.0.11
---
 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 5b988c1..47c7975 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3549,7 +3549,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.11")
     (source
      (origin
       (method url-fetch)
@@ -3557,7 +3557,7 @@ routines such as routines for numerical integration and optimization.")
                           "SQLAlchemy/SQLAlchemy-" version ".tar.gz"))
       (sha256
        (base32
-        "059ayifj5l08v6vv56anhyibyllscn10dlzr2fcw68gz1hfjdzsz"))))
+        "18z81m3ypcgqmsqn61qpfm75b98z5fihx23hjw05a57shybp490b"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-cython" ,python-cython) ;for c extensions
-- 
2.1.4

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

end of thread, other threads:[~2016-02-10 16:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-08 16:55 [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name) Pjotr Prins
2016-02-08 17:26 ` Christopher Allan Webber
2016-02-08 19:46   ` Leo Famulari
2016-02-08 23:03     ` Christopher Allan Webber
2016-02-08 20:06 ` Andreas Enge
2016-02-08 20:07   ` Andreas Enge
2016-02-08 20:49     ` Pjotr Prins
2016-02-08 20:57       ` Andreas Enge
2016-02-08 21:09         ` Pjotr Prins
2016-02-10 16:51           ` Efraim Flashner

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.