guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: python-peewee: Update to 3.14.0.


From: guix-commits
Subject: 06/13: gnu: python-peewee: Update to 3.14.0.
Date: Mon, 16 Nov 2020 23:05:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0fecc6ce67502dac11a5e31a5c48f379a8f93bd5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 16 11:58:14 2020 +0100

    gnu: python-peewee: Update to 3.14.0.
    
    * gnu/packages/databases.scm (python-peewee): Update to 3.14.0.
---
 gnu/packages/databases.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8cb2a87..903b5e1 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2437,17 +2437,16 @@ on another machine, accessed via TCP/IP.")
 (define-public python-peewee
   (package
     (name "python-peewee")
-    (version "3.13.3")
+    (version "3.14.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "peewee" version))
        (sha256
-        (base32
-         "0sc376v6rxga4b7ic9kxw2pmf28rmcx016320pa2nlb5d1rsjs8j"))))
+        (base32 "1yl49gxrg0c2x3n3r60z3lixw9am8b61s0477l9vjabhhx1yziar"))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f)) ; Fails to import test data
+     `(#:tests? #f))                    ; fails to import test data
     (inputs
      `(("sqlite" ,sqlite)))
     (native-inputs



reply via email to

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