python312Packages.textual-universal-directorytree: 1.1.0 -> 1.5.0

This commit is contained in:
Greg Hellings
2024-08-04 22:11:35 -05:00
parent 565ef08623
commit 5eb832604a
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "textual-universal-directorytree";
version = "1.1.0";
version = "1.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "juftin";
repo = "textual-universal-directorytree";
rev = "refs/tags/v${version}";
hash = "sha256-ncQ3IRaZaCv1rMUWT9dkUKo6OAEC5pziMCM7adIBGWo=";
hash = "sha256-hUig0aJWSS0FsgRIrs74/uVaQgH6tczJWO5rj6TVOvQ=";
};
nativeBuildInputs = [ hatchling ];