guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: python-sqlalchemy-utils: Update to 0.32.13.


From: Tobias Geerinckx-Rice
Subject: 02/10: gnu: python-sqlalchemy-utils: Update to 0.32.13.
Date: Wed, 22 Mar 2017 21:53:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fd2662e950d29e1f31a664adbd56c9f225794a32
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 22 20:49:35 2017 +0100

    gnu: python-sqlalchemy-utils: Update to 0.32.13.
    
    * gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13.
---
 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 9786033..b156214 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4382,14 +4382,14 @@ both of which are installed automatically if you 
install this library.")
 (define-public python-sqlalchemy-utils
   (package
     (name "python-sqlalchemy-utils")
-    (version "0.32.11")
+    (version "0.32.13")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "SQLAlchemy-Utils" version))
         (sha256
          (base32
-          "1wghyvk73cmq3iqyg3fczw128fv2pan2v76m0xg1bw05h8fhvnk3"))))
+          "0vsib7gidjamzsz6w4s5pdhxzxsrkghjnm4sqwk94igjrl3i5ixj"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; FIXME: Many tests require a running database server.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]