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

Merge pull request #260676 from linsui/yutto

yutto: 2.0.0b28 -> 2.0.0b30
parents f6f279bf 252b6dc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@ with python3.pkgs;

buildPythonApplication rec {
  pname = "yutto";
  version = "2.0.0b28";
  version = "2.0.0b30";
  format = "pyproject";

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-jN9KDQjEaTf7BUDtGd07W3TtijRKzD+StMReLmX4QI0=";
    hash = "sha256-QQExmnpn+CgNRyV/cQbYpgGCM2r8DzOMdNzgN+DvSos=";
  };

  nativeBuildInputs = [