Unverified Commit ab6de702 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.textual-universal-directorytree: 1.5.0 -> 1.7.0 (#436596)

parents ffdcdd03 48ba3fee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@

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

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "juftin";
    repo = "textual-universal-directorytree";
    tag = "v${version}";
    hash = "sha256-hUig0aJWSS0FsgRIrs74/uVaQgH6tczJWO5rj6TVOvQ=";
    hash = "sha256-e9i6P+KQnGbFwCsNiu2eLJFg3fpcR2/vl/FVWOBqWUQ=";
  };

  nativeBuildInputs = [ hatchling ];