python312Packages.unearth: 0.16.0 -> 0.16.1

This commit is contained in:
R. Ryantm
2024-07-13 17:29:13 +00:00
parent bd24e293f2
commit f0beda55bb
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "unearth";
version = "0.16.0";
version = "0.16.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-fbqR8SCat+n4pn8HoVveSa4tobikb9rYsCIroYuRAhI=";
hash = "sha256-mIpDQY+gt4rrYooV9qOwIVLBeH9j/m0lTH9OLM+NsKc=";
};
build-system = [ pdm-backend ];