unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41591] [PATCH 1/1] gnu: python-peewee: Update to 3.9.6.
@ 2020-05-29  7:04 Hamzeh Nasajpour
  2020-05-30 14:05 ` bug#41591: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Hamzeh Nasajpour @ 2020-05-29  7:04 UTC (permalink / raw)
  To: 41591

* gnu/packages/databases.scm (python-peewee): Update to 3.9.6.
---
 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 3b1b9ed366..ba15260c1f 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
-- 
2.26.0




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

* bug#41591: [PATCH 1/1] gnu: python-peewee: Update to 3.9.6.
  2020-05-29  7:04 [bug#41591] [PATCH 1/1] gnu: python-peewee: Update to 3.9.6 Hamzeh Nasajpour
@ 2020-05-30 14:05 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-05-30 14:05 UTC (permalink / raw)
  To: Hamzeh Nasajpour, 41591-done

[-- Attachment #1: Type: text/plain, Size: 138 bytes --]

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

> * gnu/packages/databases.scm (python-peewee): Update to 3.9.6.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2020-05-30 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29  7:04 [bug#41591] [PATCH 1/1] gnu: python-peewee: Update to 3.9.6 Hamzeh Nasajpour
2020-05-30 14:05 ` bug#41591: " Marius Bakke

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).