diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-22 15:57:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-23 14:49:31 +0200 |
commit | afd845368af0c78e22850aaa067d5dc6bebd5f97 (patch) | |
tree | 051641dbdb885aa86476b5860cb82c15602ed079 | |
parent | 6a4ad78dd6ec24590c3e26d410b1e995765f8767 (diff) | |
download | patches-afd845368af0c78e22850aaa067d5dc6bebd5f97.tar patches-afd845368af0c78e22850aaa067d5dc6bebd5f97.tar.gz |
gnu: python-peewee: Update to 2.10.2.
* gnu/packages/databases.scm (python-peewee): Update to 2.10.2.
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 30b1661299..0dd5f53d42 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -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 |