mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-dotenv: Update to 0.20.0.
* gnu/packages/python-xyz.scm (python-dotenv): Update to 0.20.0. [home-page]: Update home page. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0748d3febd
commit
9d25dab4db
1 changed files with 3 additions and 3 deletions
|
@ -28268,13 +28268,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
|
||||
|
@ -28292,7 +28292,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
|
||||
|
|
Loading…
Reference in a new issue