diff mbox series

[bug#73119] gnu: python-dotenv: Update to 1.0.1.

Message ID 20240908101748.19224-1-ngraves@ngraves.fr
State New
Headers show
Series [bug#73119] gnu: python-dotenv: Update to 1.0.1. | expand

Commit Message

Nicolas Graves Sept. 8, 2024, 10:17 a.m. UTC
* gnu/packages/python-xyz.scm (python-dotenv): Update to 1.0.1.

Change-Id: I2e59c2974c227e81adf4698b825461475340433e
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

jgart Sept. 9, 2024, 7:12 p.m. UTC | #1
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 mbox series

Patch

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