Merge pull request #184494 from r-ryantm/auto-update/python3.10-easy-thumbnails

python310Packages.easy-thumbnails: 2.8.1 -> 2.8.2
This commit is contained in:
Mario Rodas 2022-08-13 12:51:46 -05:00 committed by GitHub
commit 4f90372bb7
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.1";
version = "2.8.3";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "1a283fe8a3569c3feab4605e8279929d75c85c1151b2fd627f95b1863b5fc6c2";
sha256 = "sha256-ij7GG7jHL6x/degRqW4815QqyJyrVasWVJ1tLOnN6qU=";
};
propagatedBuildInputs = [