Merge pull request #209996 from r-ryantm/auto-update/python310Packages.easy-thumbnails

python310Packages.easy-thumbnails: 2.8.4 -> 2.8.5
This commit is contained in:
Fabian Affolter 2023-01-10 08:45:45 +01:00 committed by GitHub
commit 4f2a957817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [