python312Packages.dvc-render: 1.0.1 -> 1.0.2

Diff: https://github.com/iterative/dvc-render/compare/refs/tags/1.0.1...1.0.2

Changelog: https://github.com/iterative/dvc-render/releases/tag/1.0.2
This commit is contained in:
Fabian Affolter 2024-04-11 00:46:21 +02:00
parent d2b7e6797b
commit 4baf94dca8
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-render";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc-render";
rev = "refs/tags/${version}";
hash = "sha256-7rmmhf6Y6teoHR8u1+Ce1Xq0rdtC1/MWLXb282OOEnc=";
hash = "sha256-V4QVZu4PSOW9poT6YUWbgTjJpIJ8YUtGDAE4Ijgm5Ac=";
};
nativeBuildInputs = [