python310Packages.screed: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm
2023-12-22 12:17:44 +00:00
parent 1bf9271a09
commit 16450c8b6d
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "screed";
version = "1.1.2";
version = "1.1.3";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-c0/6eopkUoZJbYlbc2+R1rKYiVbi/UI1gSPZPshRm2o=";
hash = "sha256-N+gWl8fbqVoFNVTltahq/zKXBeHPXfxee42lht7gcrg=";
};
nativeBuildInputs = [ setuptools-scm ];