python: django-environ: 0.4.4 -> 0.4.5
This commit is contained in:
parent
690e2e91e1
commit
fa26d8e361
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-environ";
|
pname = "django-environ";
|
||||||
version = "0.4.4";
|
version = "0.4.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1ylw16v5z46ckn8ynbx2zjam6nvipl0xxcr6icrf6driv02q8bzf";
|
sha256 = "6c9d87660142608f63ec7d5ce5564c49b603ea8ff25da595fd6098f6dc82afde";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The testsuite fails to modify the base environment
|
# The testsuite fails to modify the base environment
|
||||||
|
|
Loading…
Reference in New Issue