python311Packages.dvc-render: 0.5.0 -> 0.5.2

Diff: https://github.com/iterative/dvc-render/compare/refs/tags/0.5.0...0.5.2

Changelog: https://github.com/iterative/dvc-render/releases/tag/0.5.2
This commit is contained in:
Fabian Affolter 2023-05-18 00:50:21 +02:00
parent ab83f80d5d
commit 55cde84434

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-render";
version = "0.5.0";
version = "0.5.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-x9vb8X7p4MOMZwr91ronXB/bPZD3PqYhbzLccRewyco=";
hash = "sha256-u3llBwuojMRhWkbGW3AF3HyDmiN2Mywf2TF1BDCG0Q0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;