python38Packages.django-storages: 1.7.2 -> 1.8
This commit is contained in:
parent
a3374546a7
commit
69bbc69a32
@ -4,11 +4,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-storages";
|
||||
version = "1.7.2";
|
||||
version = "1.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "01xq232h321716r08rari9payas7fsiwwr5q6zgcrlwkckwxxczk";
|
||||
sha256 = "000abaayhymh4rxmk19hwhlyibc62rs0qdfczkhf4wb3p9san8lk";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ django ];
|
||||
|
Loading…
Reference in New Issue
Block a user