Merge pull request #332768 from r-ryantm/auto-update/python312Packages.dvc-data

python312Packages.dvc-data: 3.15.1 -> 3.15.2
This commit is contained in:
Fabian Affolter 2024-08-07 09:15:42 +02:00 committed by GitHub
commit 9ed5601e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "3.15.1";
version = "3.15.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-data";
rev = "refs/tags/${version}";
hash = "sha256-pr5RtVlGKKtpcmmCNGqcLiBFzJcajpqtPjBbzeCCHF8=";
hash = "sha256-8720nqWmi/1Be2ckuCvctfJbOSFCME27OOtA3qZMr7E=";
};
nativeBuildInputs = [ setuptools-scm ];