Skip to content

Commit bdbb37a

Browse files
r-ryantmJonathan Ringer
authored andcommitted
python37Packages.django-storages: 1.10.1 -> 1.11
1 parent 05bf935 commit bdbb37a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/django-storages

pkgs/development/python-modules/django-storages/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
buildPythonPackage rec {
66
pname = "django-storages";
7-
version = "1.10.1";
7+
version = "1.11";
88

99
src = fetchPypi {
1010
inherit pname version;
11-
sha256 = "652275ab7844538c462b62810276c0244866f345878256a9e0e86f5b1283ae18";
11+
sha256 = "7af56611c62a1c174aab4e862efb7fdd98296dccf76f42135f5b6851fc313c97";
1212
};
1313

1414
propagatedBuildInputs = [ django ];

0 commit comments

Comments
 (0)