python3Packages.django-environ: 0.8.1 -> 0.9.0
This commit is contained in:
parent
f67697fd51
commit
a8224fbbe7
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-environ";
|
pname = "django-environ";
|
||||||
version = "0.8.1";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6f0bc902b43891656b20486938cba0861dc62892784a44919170719572a534cb";
|
sha256 = "sha256-v/U4FTMFYyjJrAL3F5C9W/HOqBsb7rZI8ouByeg+CiE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The testsuite fails to modify the base environment
|
# The testsuite fails to modify the base environment
|
||||||
|
|
Loading…
Reference in a new issue