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

python312Packages.dvc-data: 3.14.1 -> 3.15.1
This commit is contained in:
Nick Cao 2024-03-23 13:07:50 -04:00 committed by GitHub
commit 1e4edf13ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "3.14.1";
version = "3.15.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-data";
rev = "refs/tags/${version}";
hash = "sha256-El61CO+1FtSUERiE6Cb1fH+TtKzr+UvdPXknYncDWhs=";
hash = "sha256-pr5RtVlGKKtpcmmCNGqcLiBFzJcajpqtPjBbzeCCHF8=";
};
nativeBuildInputs = [