python3Packages.unearth: 0.17.5 -> 0.18.2

https://github.com/frostming/unearth/releases/tag/0.18.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:09 +01:00
parent f0667300ec
commit 35de911fc4
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "unearth";
version = "0.17.5";
version = "0.18.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-oZ4cAuZLQFGNCIB5x0FvxBtFpki4GkEoqsAllyNO5ro=";
hash = "sha256-HlPX9S9G3V+HXnf/HFWxJHfiFaCS5LZsl2SnffSptSA=";
};
build-system = [ pdm-backend ];