python310Packages.unearth: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm 2023-10-16 14:06:24 +00:00
parent ca012a02bf
commit 5e499eef28

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "unearth";
version = "0.11.0";
version = "0.11.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ryBymzmNLzuDklHXReT0DyPLCb1reX4Kb/bu1GynBCI=";
hash = "sha256-abnU2GFz9vvoz2hcgpwxpg0MguG81sW1mvj9Vkvw3Bo=";
};
nativeBuildInputs = [