[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#35958] [PATCH] gnu: python-peewee: Update to 3.9.5
From: |
h.nasajpour |
Subject: |
[bug#35958] [PATCH] gnu: python-peewee: Update to 3.9.5 |
Date: |
Tue, 28 May 2019 17:33:08 +0430 |
* gnu/packages/databases.scm (python-peewee): Update to 3.9.5
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ad4698f24c..804e519a9d 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1979,14 +1979,14 @@ on another machine, accessed via TCP/IP.")
(define-public python-peewee
(package
(name "python-peewee")
- (version "2.10.2")
+ (version "3.9.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "peewee" version))
(sha256
(base32
- "10f2mrd5hw6rjklrzaix2lsxlgc8vx3xak54arcy6yd791zhchi3"))))
+ "1zmgj4jhvl9j3fqv7jkg2cmq5a73l8wbvz7prwy42aaq9qc9q4ah"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; Fails to import test data
--
2.17.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#35958] [PATCH] gnu: python-peewee: Update to 3.9.5,
h.nasajpour <=