python3Packages.sorl-thumbnail: 12.10.0 -> 12.11.0
https://github.com/jazzband/sorl-thumbnail/blob/12.11.0/CHANGES.rst
This commit is contained in:
@@ -10,17 +10,18 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sorl-thumbnail";
|
||||
version = "12.10.0";
|
||||
version = "12.11.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-3pWkkhf9/s7SIvo86qAdMS7i+KrVa6NNbHDy3umoSTg=";
|
||||
pname = "sorl_thumbnail";
|
||||
inherit version;
|
||||
hash = "sha256-GRuJwn7LQLXCo1VJ1VfRfEhBxq/0ObLhe5OLke6kY7M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user