Unverified Commit 017ce3d3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.gto: 1.8.0 -> 1.9.0 (#450382)

parents 8c3189fb 4791de5d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  funcy,
  gitMinimal,
  pydantic,
  pydantic-settings,
  pytest-cov-stub,
  pytest-mock,
  pytest-test-utils,
@@ -25,7 +26,7 @@

buildPythonPackage rec {
  pname = "gto";
  version = "1.8.0";
  version = "1.9.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -34,7 +35,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = "gto";
    tag = version;
    hash = "sha256-XgVV/WPs9QcxjVVsdvloo2+QWNViAJE404Nue7ZcBak=";
    hash = "sha256-LXYpOnk9W/ellG70qZLihmvk4kvVcwZfE5buPNU2qzQ=";
  };

  build-system = [
@@ -46,6 +47,7 @@ buildPythonPackage rec {
    entrypoints
    funcy
    pydantic
    pydantic-settings
    rich
    ruamel-yaml
    scmrepo