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

This commit is contained in:
R. Ryantm 2024-03-21 13:40:21 +00:00
parent c7408bdbfb
commit 930addba50

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "textual-universal-directorytree";
version = "1.1.0";
version = "1.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "juftin";
repo = "textual-universal-directorytree";
rev = "refs/tags/v${version}";
hash = "sha256-ncQ3IRaZaCv1rMUWT9dkUKo6OAEC5pziMCM7adIBGWo=";
hash = "sha256-hUig0aJWSS0FsgRIrs74/uVaQgH6tczJWO5rj6TVOvQ=";
};
nativeBuildInputs = [