* [bug#54712] [PATCH] gnu: python-dotenv: Update to 0.20.0.
@ 2022-04-04 18:40 jgart via Guix-patches via
2022-04-05 18:22 ` bug#54712: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-04-04 18:40 UTC (permalink / raw)
To: 54712; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54712: [PATCH] gnu: python-dotenv: Update to 0.20.0.
2022-04-04 18:40 [bug#54712] [PATCH] gnu: python-dotenv: Update to 0.20.0 jgart via Guix-patches via
@ 2022-04-05 18:22 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-05 18:22 UTC (permalink / raw)
To: jgart; +Cc: 54712-done
Hi,
jgart <jgart@dismail.de> skribis:
> * gnu/packages/python-xyz.scm (python-dotenv): Update to 0.20.0.
> [home-page]: Update home page.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-05 18:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04 18:40 [bug#54712] [PATCH] gnu: python-dotenv: Update to 0.20.0 jgart via Guix-patches via
2022-04-05 18:22 ` bug#54712: " Ludovic Courtès
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.