guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: python-peewee: Update to 2.10.2.


From: Tobias Geerinckx-Rice
Subject: 05/07: gnu: python-peewee: Update to 2.10.2.
Date: Mon, 23 Oct 2017 09:32:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit afd845368af0c78e22850aaa067d5dc6bebd5f97
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 22 15:57:02 2017 +0200

    gnu: python-peewee: Update to 2.10.2.
    
    * gnu/packages/databases.scm (python-peewee): Update to 2.10.2.
---
 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 30b1661..0dd5f53 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



reply via email to

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