Unverified Commit cd6f2e07 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

yutto: 2.0.0b32 -> 2.0.0b33
parents 8b925da7 a667dd2c
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.0b32";
  version = "2.0.0b33";
  format = "pyproject";

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-tncuRrEq59OPO2ZuWUowDHLsqJ1Dof9vroVOxQQ9hpE=";
    hash = "sha256-TUyjppAHmWCZxifeQeOpFMPBksqLRSYdqgG7NEMVILY=";
  };

  nativeBuildInputs = [