mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add python-dotenv-0.13.0.
* gnu/packages/python-xyz.scm (python-dotenv-0.13.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
1e8ad167f6
commit
f8b1215874
1 changed files with 12 additions and 0 deletions
|
@ -27661,6 +27661,18 @@ (define-public python-dotenv
|
|||
key-value pairs from a @code{.env} file and set them as environment variables.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-dotenv-0.13.0
|
||||
(package (inherit python-dotenv)
|
||||
(name "python-dotenv")
|
||||
(version "0.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "python-dotenv" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x5dagmfn31phrbxlwacw3s4w5vibv8fxqc62nqcdvdhjsy0k69v"))))))
|
||||
|
||||
(define-public date2name
|
||||
(let ((commit "6c8f37277e8ec82aa50f90b8921422be30c4e798")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Reference in a new issue