Unverified Commit cbc93f6f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.textual: 3.6.0 -> 3.7.0 (#423421)

parents 07c066e3 0cc52c9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@

buildPythonPackage rec {
  pname = "textual";
  version = "3.6.0";
  version = "3.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Textualize";
    repo = "textual";
    tag = "v${version}";
    hash = "sha256-zgDzsPSzwwZSgQINcZgFHXNHzEeNvsFMi6C9LBRffHY=";
    hash = "sha256-G8cS/WZp/6CWRMdPTtKmdUkXdxLVQXxbJnF4/4/VbpM=";
  };

  build-system = [ poetry-core ];