Commit 118ef08e authored by linsui's avatar linsui
Browse files

yutto: 2.0.0-rc.6 -> 2.0.0-rc.7

parent bba244a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

python3Packages.buildPythonApplication rec {
  pname = "yutto";
  version = "2.0.0-rc.6";
  version = "2.0.0-rc.7";
  pyproject = true;

  disabled = python3Packages.pythonOlder "3.9";
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
    owner = "yutto-dev";
    repo = "yutto";
    tag = "v${version}";
    hash = "sha256-h7ziP3+qHUFs16MuUaUPZ7qspIFCIzExDyUEo12DJIE=";
    hash = "sha256-yNAQmpR65FSCbciSSdO2eHUJcE6Dl8J4dqq6GHt5NDQ=";
  };

  build-system = with python3Packages; [ hatchling ];