unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35958] [PATCH] gnu: python-peewee: Update to 3.9.5
@ 2019-05-28 13:03 h.nasajpour
  2019-12-10  6:20 ` bug#35958: " Brett Gilio
  0 siblings, 1 reply; 2+ messages in thread
From: h.nasajpour @ 2019-05-28 13:03 UTC (permalink / raw)
  To: 35958; +Cc: h.nasajpour

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#35958: [PATCH] gnu: python-peewee: Update to 3.9.5
  2019-05-28 13:03 [bug#35958] [PATCH] gnu: python-peewee: Update to 3.9.5 h.nasajpour
@ 2019-12-10  6:20 ` Brett Gilio
  0 siblings, 0 replies; 2+ messages in thread
From: Brett Gilio @ 2019-12-10  6:20 UTC (permalink / raw)
  To: h.nasajpour; +Cc: 35958-done

"h.nasajpour" <h.nasajpour@pantherx.org> writes:

>           (base32
> -          "10f2mrd5hw6rjklrzaix2lsxlgc8vx3xak54arcy6yd791zhchi3"))))
> +          "1zmgj4jhvl9j3fqv7jkg2cmq5a73l8wbvz7prwy42aaq9qc9q4ah"))))

This package update actually has a hash mismatch. Closing as it is
stale, upstream python-peewee now represents 3.13.1. Feel free to open a
new bug report if you revise this patch!

-- 
Brett M. Gilio
Homepage -- https://scm.pw/
GNU Guix -- https://guix.gnu.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-10  6:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 13:03 [bug#35958] [PATCH] gnu: python-peewee: Update to 3.9.5 h.nasajpour
2019-12-10  6:20 ` bug#35958: " Brett Gilio

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).