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

Merge pull request #228830 from r-ryantm/auto-update/yutto

yutto: 2.0.0b21 -> 2.0.0b24
parents 7a061534 4c71680a
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.0b21";
  version = "2.0.0b24";
  format = "pyproject";

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-x1ncWaNZ0MQ4hYCGnfwR4pU0Hp1IgiruxU8HMFL9dnk=";
    hash = "sha256-ZnRDGgJu78KoSHvznYhBNEDJihUm9rUdlb5tXmcpuTc=";
  };

  nativeBuildInputs = [