python310Packages.easy-thumbnails: 2.8.4 -> 2.8.5

This commit is contained in:
R. Ryantm 2023-01-10 07:08:56 +00:00
parent 2add5f003a
commit e7a7b7da66

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "easy-thumbnails";
version = "2.8.4";
version = "2.8.5";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-aqR3zg9zvtopOzTGMUo/K3jBtFzK6a2fqknjncfzQ2k=";
hash = "sha256-fk6RJgn8m2Czof72VX7BXd+cT5RiZ6kuaSDf1N12XjU=";
};
propagatedBuildInputs = [