Unverified Commit 0e8f800d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #261352 from...

Merge pull request #261352 from r-ryantm/auto-update/python310Packages.textual-universal-directorytree

python310Packages.textual-universal-directorytree: 1.0.1 -> 1.0.2
parents e91fc0ee 81cf23cd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "textual-universal-directorytree";
  version = "1.0.1";
  version = "1.0.2";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "juftin";
    repo = "textual-universal-directorytree";
    rev = "v${version}";
    hash = "sha256-a7alxVmHTKJnJiU7X6UlUD2y7MY4O5TMR+02KcyPwEs=";
    rev = "refs/tags/v${version}";
    hash = "sha256-FL2bwPGqBmDn33Rhj7+VEpuqB4znEAw+GGAODTs25oo=";
  };

  nativeBuildInputs = [