Merge pull request #252301 from fabaff/dvc-bump

python311Packages.dvc: 3.16.0 -> 3.17.0, python311Packages.dvclive: 2.15.2 -> 2.16.0
This commit is contained in:
Fabian Affolter
2023-08-30 13:36:49 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -55,14 +55,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.16.0";
version = "3.17.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-LbSmyNgRFejDGHurzDJvJxuhjPuRPDJ1t6T6p3f6UQk=";
hash = "sha256-MFwmER2BmSKqisgLvnLY3aFoRuzeObE7lr5JOesJdXE=";
};
pythonRelaxDeps = [
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.15.2";
version = "2.16.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Z1e6CrpVjQoR/OIqqxbbC75SZtOqi4Rrbld2doenOMA=";
hash = "sha256-VxZXZhbKtym1ow/dU3G4yu4X1GwCsXzcau/YocertzY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;