~ruther/guix-local

fd2662e950d29e1f31a664adbd56c9f225794a32 — Tobias Geerinckx-Rice 9 years ago 745d85b
gnu: python-sqlalchemy-utils: Update to 0.32.13.

* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 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.