python310Packages.libthumbor: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2022-04-01 11:48:38 +00:00
parent 72152ff5ad
commit f7e7f925ec

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "libthumbor";
version = "2.0.1";
version = "2.0.2";
src = fetchPypi {
inherit pname version;
sha256 = "ed4fe5f27f8f90e7285b7e6dce99c1b67d43a140bf370e989080b43d80ce25f0";
sha256 = "sha256-1PsiFZrTDVQqy8A3nkaM5LdPiBoriRgHkklTOiczN+g=";
};
buildInputs = [ django ];