python312Packages.unearth: 0.15.1 -> 0.15.2

This commit is contained in:
R. Ryantm 2024-04-18 16:31:31 +00:00
parent ae3c6a2eb9
commit 62ecfbc332
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "unearth";
version = "0.15.1";
version = "0.15.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-hj3rMznA1lpb4NCtLGfUbV9XSnmOdO8FUr8R0pijCrs=";
hash = "sha256-OB8+aWnbCyjZ/C+/shaGBXm/NBvWlUcvLGLivM6ebT0=";
};
build-system = [