Skip to content

Commit 16e0636

Browse files
authored
python3Packages.django-filer: 3.3.1 -> 3.3.2 (#439497)
2 parents 1a5fcdc + 293022a commit 16e0636

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/django-filer

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "django-filer";
19-
version = "3.3.1";
19+
version = "3.3.2";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "django-cms";
2626
repo = "django-filer";
2727
tag = version;
28-
hash = "sha256-9Gy6yXYRCARXAqJ9+ZoDbNAEQGzhLLtJzbAevF+j/2Q=";
28+
hash = "sha256-XB+imTAcWCj9C6bNAo+uEdrshYKBlhxYXT37l92VW9M=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)