* [bug#44459] [PATCH] gnu: python-peewee: Update to 3.13.3.
@ 2020-11-05 1:55 Michael Rohleder
2020-11-08 20:09 ` bug#44459: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-11-05 1:55 UTC (permalink / raw)
To: 44459; +Cc: Michael Rohleder
* gnu/packages/databases.scm (python-peewee): Update to 3.13.3.
[inputs]: Add sqlite.
---
Added (optional) sqlite support, because I think
this pkg is much more useful then.
gnu/packages/databases.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 0d8342b04a..e4e2675e08 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2256,17 +2256,19 @@ on another machine, accessed via TCP/IP.")
(define-public python-peewee
(package
(name "python-peewee")
- (version "3.9.6")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "peewee" version))
- (sha256
- (base32
- "1j4sh946k0736m7pd54z0y6i2hjhgg3kdllx1pwq8xkzzcgrx1xw"))))
+ (version "3.13.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "peewee" version))
+ (sha256
+ (base32
+ "0sc376v6rxga4b7ic9kxw2pmf28rmcx016320pa2nlb5d1rsjs8j"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; Fails to import test data
+ (inputs
+ `(("sqlite" ,sqlite)))
(native-inputs
`(("python-cython" ,python-cython)))
(home-page "https://github.com/coleifer/peewee/")
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#44459: [PATCH] gnu: python-peewee: Update to 3.13.3.
2020-11-05 1:55 [bug#44459] [PATCH] gnu: python-peewee: Update to 3.13.3 Michael Rohleder
@ 2020-11-08 20:09 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-11-08 20:09 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 44459-done
[-- Attachment #1: Type: text/plain, Size: 240 bytes --]
Looks good. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-08 20:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 1:55 [bug#44459] [PATCH] gnu: python-peewee: Update to 3.13.3 Michael Rohleder
2020-11-08 20:09 ` bug#44459: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.