Merge pull request #324115 from r-ryantm/auto-update/python311Packages.unearth

python311Packages.unearth: 0.15.5 -> 0.16.0
This commit is contained in:
Nick Cao
2024-07-02 15:58:39 -04:00
committed by GitHub
@@ -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 ];