Unverified Commit fa26766e authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

yutto: 2.1.1 -> 2.2.0 (#504397)

parents 1dc26e41 1fc151a3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "yutto";
  version = "2.1.1";
  version = "2.2.0";
  pyproject = true;

  pythonRelaxDeps = true;
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
    owner = "yutto-dev";
    repo = "yutto";
    tag = "v${finalAttrs.version}";
    hash = "sha256-zolH3mf9YQLZLK98hhbHqUdDLRDodS/fChyfZ/xzVew=";
    hash = "sha256-5p0/a7cwmXqQVQP90cgwWHFpFaT+YDGDFbN+EGH89CA=";
  };

  build-system = with python3Packages; [ uv-build ];
@@ -31,6 +31,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
      typing-extensions
      pydantic
      returns
      segno
    ]
    ++ (with httpx.optional-dependencies; http2 ++ socks);