Merge pull request #236722 from fabaff/dvc-data-bump

python311Packages.dvc-data: 0.54.3 -> 0.55.0, python310Packages.dvclive: 2.11.0 -> 2.11.1
This commit is contained in:
Fabian Affolter
2023-06-09 09:47:25 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.54.3";
version = "0.55.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xkLqZmAzYfmfv9l1+PR8j5S7O5gKVh63+Jb9aZiLS8s=";
hash = "sha256-eE1cVzhwyClVYmaotw37sG46g5W1ToUE/f3pZ2CCcE0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;

View File

@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.11.0";
version = "2.11.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-dV6ob+TXzQOuHU9bybAO8sVmrJ7yP8vwp0pXXFVNb34=";
hash = "sha256-zr8fLRwan1/G8RMHa6lf4Qa5fTh5DzVLO53PMW0fm4c=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;