Message ID | 20240908101748.19224-1-ngraves@ngraves.fr |
---|---|
State | New |
Headers | show |
Series | [bug#73119] gnu: python-dotenv: Update to 1.0.1. | expand |
Hi Nicolas, Thanks for the patch! I'll wait for QA to build this as I have an old thinkpad CPU with just 16 GB RAM. Feel free to ping me if you see QA finish first and want me to review again.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fd8600ffbf..c3f55f07a5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34830,13 +34830,13 @@ (define-public python-minikanren (define-public python-dotenv (package (name "python-dotenv") - (version "0.20.0") + (version "1.0.1") (source (origin (method url-fetch) (uri (pypi-uri "python-dotenv" version)) (sha256 - (base32 "13s9imfd0k4d7b1qy5wfqzw5vyj6rhmcrccsdz1l4g39b55b1qxp")))) + (base32 "1jhhxhvpr609xv33sy3psb710sj40jybqilwjpqhin13l28fw973")))) (build-system python-build-system) (arguments `(#:phases