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

python311Packages.sqltrie: 0.5.0 -> 0.6.0, python311Packages.dvc-data: 0.55.0 -> 1.7.0
This commit is contained in:
Fabian Affolter
2023-06-14 09:01:23 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.55.0";
version = "1.7.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-eE1cVzhwyClVYmaotw37sG46g5W1ToUE/f3pZ2CCcE0=";
hash = "sha256-vZPhlCY7KWM521C/uFx8nddpLD/72tX0g1JRb2KeIfA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sqltrie";
version = "0.5.0";
version = "0.6.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-caCzFHQG0fnSmIdesk4k1W/VheY1DWxZb2W8/Xen/ZU=";
hash = "sha256-f3nQMkDI4n/hORW038KL+LQcyc6Hzx1MDrcChk7W8t4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;