Commit 252b6dc3 authored by linsui's avatar linsui
Browse files

yutto: 2.0.0b28 -> 2.0.0b30

parent ea05d482
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 = [