~ruther/guix-local

afd845368af0c78e22850aaa067d5dc6bebd5f97 — Tobias Geerinckx-Rice 8 years ago 6a4ad78
gnu: python-peewee: Update to 2.10.2.

* gnu/packages/databases.scm (python-peewee): Update to 2.10.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +2 -2
@@ 1582,14 1582,14 @@ on another machine, accessed via TCP/IP.")
(define-public python-peewee
  (package
    (name "python-peewee")
    (version "2.8.3")
    (version "2.10.2")
      (source
        (origin
        (method url-fetch)
        (uri (pypi-uri "peewee" version))
        (sha256
         (base32
          "1605bk11s7aap2q4qyba93rx7yfh8b11kk0cqi08z8klx2iar8yd"))))
          "10f2mrd5hw6rjklrzaix2lsxlgc8vx3xak54arcy6yd791zhchi3"))))
    (build-system python-build-system)
    (arguments
     `(#:tests? #f)) ; Fails to import test data