[PATCH 1/1] gnu: python-peewee: Update to 3.9.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hamzeh Nasajpour
  • Marius Bakke
Owner
unassigned
Submitted by
Hamzeh Nasajpour
Severity
normal

Debbugs page

Hamzeh Nasajpour wrote 5 years ago
(address . guix-patches@gnu.org)
95076ecc-9dd6-49ed-92bf-2b9d00968f8a@www.fastmail.com
* gnu/packages/databases.scm (python-peewee): Update to 3.9.6.
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
Marius Bakke wrote 5 years ago
87o8q5zffg.fsf@gnu.org
"Hamzeh Nasajpour" <h.nasajpour@pantherx.org> writes:

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

Applied, thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7SaCQACgkQoqBt8qM6
VPpMMggAxd7Hr/DlpglN0wOuBuLdmBZ2H63/MhwKwi+9CrWJIS0kO5yLahuiS0nA
CV7d5ppfZLNA0tzAZAzEPipRomxNN8pDmCDprFEOtXxI8T76G028kXjKjX0u3hF5
ODNpCKD3p9/eFFNE/5/OV8cmv1ztYQo0BHXYClwnyBUciYDZnKwMdDQt7Q2Wqs/K
wQi1fNHfD3gTuJRZeOt2yXjSXtyPlkIiuLMN3s7vD71JQ+Ru/442jEI0l/uxgW+1
QdIjOQ7rK9nxDUZncVqrUHEfnfENVzTBKbXbBTAN004wlt3UuZkcqhGQ8dswOKdU
XPtqj/I52IYQPw8Rtq6wsy1AbTLopw==
=9P0O
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 41591@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 41591
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help