python36Packages.django_environ: 0.4.0 -> 0.4.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-django-environ/versions
This commit is contained in:
parent
27da6c5c50
commit
df535a6fd1
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-environ";
|
pname = "django-environ";
|
||||||
version = "0.4.0";
|
version = "0.4.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0i32vsgk1xmwpi7i6f6v5hg653y9dl0fsz5qmv94skz6hwgm5kvh";
|
sha256 = "1ylw16v5z46ckn8ynbx2zjam6nvipl0xxcr6icrf6driv02q8bzf";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The testsuite fails to modify the base environment
|
# The testsuite fails to modify the base environment
|
||||||
|
Loading…
Reference in New Issue
Block a user