GNU bug report logs -
#54712
[PATCH] gnu: python-dotenv: Update to 0.20.0.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 4 Apr 2022 18:42:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#54712: [PATCH] gnu: python-dotenv: Update to 0.20.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 54712 <at> debbugs.gnu.org.
--
54712: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54712
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
jgart <jgart <at> dismail.de> skribis:
> * gnu/packages/python-xyz.scm (python-dotenv): Update to 0.20.0.
> [home-page]: Update home page.
Applied, thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
* gnu/packages/python-xyz.scm (python-dotenv): Update to 0.20.0.
[home-page]: Update home page.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index add8cd3855..30632c7443 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28233,13 +28233,13 @@ (define-public python-minikanren
(define-public python-dotenv
(package
(name "python-dotenv")
- (version "0.19.2")
+ (version "0.20.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-dotenv" version))
(sha256
- (base32 "0pv5ygpr6syc6zkw21in4ysqs3k7qaxk9m1g5pzlafwm3silkpm5"))))
+ (base32 "13s9imfd0k4d7b1qy5wfqzw5vyj6rhmcrccsdz1l4g39b55b1qxp"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -28257,7 +28257,7 @@ (define-public python-dotenv
(list python-click))
(native-inputs
(list python-mock python-pytest python-sh))
- (home-page "https://github.com/theskumar/python-dotenv")
+ (home-page "https://saurabh-kumar.com/python-dotenv/")
(synopsis "Setup environment variables according to .env files")
(description
"This package provides the @code{python-dotenv} Python module to read
--
2.34.0
This bug report was last modified 3 years and 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.