3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #140833 from r-ryantm/auto-update/python38Packages.django-storages

This commit is contained in:
Sandro 2021-10-07 22:03:44 +02:00 committed by GitHub
commit 2d7fa49d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "django-storages";
version = "1.11.1";
version = "1.12";
src = fetchPypi {
inherit pname version;
sha256 = "c823dbf56c9e35b0999a13d7e05062b837bae36c518a40255d522fbe3750fbb4";
sha256 = "b3fdb4337b1e54b8a23fe41c62d91648e26249f9fc00e882d1d09e16207aa204";
};
propagatedBuildInputs = [ django ];