Merge pull request #247667 from fabaff/dvc-studio-client-bump

python311Packages.dvc-studio-client: 0.11.0 -> 0.12.0, python311Packages.dvc-data: 2.11.0 -> 2.12.1
This commit is contained in:
Fabian Affolter 2023-08-08 08:29:55 +02:00 committed by GitHub
commit ab5299fb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -5,7 +5,6 @@
, dvc-objects
, fetchFromGitHub
, funcy
, nanotime
, pygtrie
, pythonOlder
, setuptools-scm
@ -15,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "2.11.0";
version = "2.12.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Nqxaw5gGlKZCwTquNY/6z4b8l762mnrhHyvrteVzdHE=";
hash = "sha256-BmI2D1nMeqcV0jPMJ6jzHO38AscfzDMgwh91ekKlXEs=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -38,7 +37,6 @@ buildPythonPackage rec {
diskcache
dvc-objects
funcy
nanotime
pygtrie
shortuuid
sqltrie

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dvc-studio-client";
version = "0.11.0";
version = "0.12.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bjwIle7O/qwwhhK+wa2/36EO/F1kjsORJjGyASypwVE=";
hash = "sha256-Y2SMcz7aaYH1k4ieLwEijBkf6AMbCltsXBocafIVMcM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;