python: python-dotenv: 0.10.5 -> 0.13.0
This commit is contained in:
parent
3116d93bec
commit
379c83d59e
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-dotenv";
|
pname = "python-dotenv";
|
||||||
version = "0.10.5";
|
version = "0.13.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1p6xk0f1yj1s4n8wjs9m8xqilc5bcwvfzsy9nv5lrmkhr78bym7j";
|
sha256 = "3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ click ] ++ lib.optionals isPy27 [ typing ];
|
propagatedBuildInputs = [ click ] ++ lib.optionals isPy27 [ typing ];
|
||||||
|
|
Loading…
Reference in a new issue