Skip to content

Commit

Permalink
python312Packages.textual-universal-directorytree: 1.1.0 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 21, 2024
1 parent c7408bd commit 930addb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "textual-universal-directorytree";
version = "1.1.0";
version = "1.5.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 = [
Expand Down

0 comments on commit 930addb

Please sign in to comment.