guix-commits
[Top][All Lists]
Advanced

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

10/16: gnu: python-peewee: Update to 3.9.6.


From: guix-commits
Subject: 10/16: gnu: python-peewee: Update to 3.9.6.
Date: Sat, 30 May 2020 10:44:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f5edd85d86f408c219679bee3c835f7a34d554ed
Author: Hamzeh Nasajpour <h.nasajpour@pantherx.org>
AuthorDate: Fri May 29 11:34:28 2020 +0430

    gnu: python-peewee: Update to 3.9.6.
    
    * gnu/packages/databases.scm (python-peewee): Update to 3.9.6.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 3b1b9ed..ba15260 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2179,14 +2179,14 @@ on another machine, accessed via TCP/IP.")
 (define-public python-peewee
   (package
     (name "python-peewee")
-    (version "2.10.2")
+    (version "3.9.6")
       (source
         (origin
         (method url-fetch)
         (uri (pypi-uri "peewee" version))
         (sha256
          (base32
-          "10f2mrd5hw6rjklrzaix2lsxlgc8vx3xak54arcy6yd791zhchi3"))))
+          "1j4sh946k0736m7pd54z0y6i2hjhgg3kdllx1pwq8xkzzcgrx1xw"))))
     (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]