lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.django-storages: 1.13 -> 1.13.1

+2 -2
+2 -2
pkgs/development/python-modules/django-storages/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "django-storages"; 14 - version = "1.13"; 14 + version = "1.13.1"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "sha256-1P7Zi7+1NHCW3frCpmZdUTPHiLnsMsFW7F9/sCrlczU="; 18 + sha256 = "sha256-s9mOzAnxsWJ8Kyz0MJZDIs5OCGF9v5tCNsFqModaHgs="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ django ];