python311Packages.unearth: 0.15.5 -> 0.16.0

This commit is contained in:
R. Ryantm 2024-07-02 18:04:27 +00:00
parent 0ef1870535
commit e0ca76150b

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "unearth";
version = "0.15.5";
version = "0.16.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-mLAX9B+9nPSBHJTDgBOLU1l58LkAkdywfdN58eSqP+I=";
hash = "sha256-fbqR8SCat+n4pn8HoVveSa4tobikb9rYsCIroYuRAhI=";
};
build-system = [ pdm-backend ];