Loading pkgs/development/python-modules/dvc-studio-client/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dvc-studio-client"; version = "0.21.0"; version = "0.22.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "dvc-studio-client"; tag = version; hash = "sha256-SCRMBZKOt8JtDi5aGgk6TCxetvG3QU1jOv6U5/6ChTE="; hash = "sha256-pMjLbtsUD0fj4OcJI8FufQRYe7HJ0S8z1jYK0Ri7uWA="; }; build-system = [ setuptools-scm ]; Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to post data from DVC/DVCLive to Iterative Studio"; homepage = "https://github.com/iterative/dvc-studio-client"; changelog = "https://github.com/iterative/dvc-studio-client/releases/tag/${version}"; changelog = "https://github.com/iterative/dvc-studio-client/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ melling ]; }; Loading Loading
pkgs/development/python-modules/dvc-studio-client/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dvc-studio-client"; version = "0.21.0"; version = "0.22.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "dvc-studio-client"; tag = version; hash = "sha256-SCRMBZKOt8JtDi5aGgk6TCxetvG3QU1jOv6U5/6ChTE="; hash = "sha256-pMjLbtsUD0fj4OcJI8FufQRYe7HJ0S8z1jYK0Ri7uWA="; }; build-system = [ setuptools-scm ]; Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library to post data from DVC/DVCLive to Iterative Studio"; homepage = "https://github.com/iterative/dvc-studio-client"; changelog = "https://github.com/iterative/dvc-studio-client/releases/tag/${version}"; changelog = "https://github.com/iterative/dvc-studio-client/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ melling ]; }; Loading