diff options
author | jgart | 2022-04-05 23:33:28 -0400 |
---|---|---|
committer | jgart | 2022-04-05 23:33:28 -0400 |
commit | 4ba3bc87dbd97ec48db1afeb2c13d7378c9f1593 (patch) | |
tree | 53a6903c014c713143686454c6f2eaa3a686f578 | |
parent | e7746be763c2593a02439cbc0f440c554ef7b217 (diff) | |
download | guix-bioinformatics-4ba3bc87dbd97ec48db1afeb2c13d7378c9f1593.tar.gz |
remove python-dotenv-for-binderlite
upstreamed: https://issues.guix.gnu.org/54712
-rw-r--r-- | gn/packages/binderlite.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gn/packages/binderlite.scm b/gn/packages/binderlite.scm index aada6b9..22ebe05 100644 --- a/gn/packages/binderlite.scm +++ b/gn/packages/binderlite.scm @@ -33,15 +33,3 @@ will be rewritten in Common Lisp. If we stay with Python I recommend switching this library out for @code{python-furl} or similar.")))) -(define-public python-dotenv-for-binderlite - ;; https://issues.guix.gnu.org/54712 - (package (inherit python-dotenv) - (name "python-dotenv-for-binderlite") - (version "0.20.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "python-dotenv" version)) - (sha256 - (base32 "13s9imfd0k4d7b1qy5wfqzw5vyj6rhmcrccsdz1l4g39b55b1qxp")))))) - |