[PATCH] gnu: python-dotenv: Update to 1.0.1.

  • Open
  • quality assurance status badge
Details
2 participants
  • jgart
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal
N
N
Nicolas Graves wrote on 8 Sep 12:17 +0200
(address . guix-patches@gnu.org)(address . ngraves@ngraves.fr)
20240908101748.19224-1-ngraves@ngraves.fr
* 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(-)

Toggle diff (22 lines)
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
--
2.45.2
J
(address . 73119@debbugs.gnu.org)(name . Nicolas Graves)(address . ngraves@ngraves.fr)
874j6o63pn.fsf@dismail.de
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.
--
all the best,
jgart
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 73119
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