python3Packages.dvc-render: 0.0.8 -> 0.0.9

This commit is contained in:
Anthony Roussel 2022-08-06 22:48:55 +02:00
parent b7ec30b433
commit 00fd180855
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dvc-render";
version = "0.0.8";
version = "0.0.9";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-pn1dmCyDxbMgXwUj9o//X3FZ/x0jz5ZKdTcEuKkeJ1s=";
hash = "sha256-ZUIyNg+PTj5CWC65RqB1whnB+pUp1yNJQj43iSBcyvU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -58,6 +58,6 @@ buildPythonPackage rec {
description = "Library for rendering DVC plots";
homepage = "https://github.com/iterative/dvc-render";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
maintainers = with maintainers; [ fab anthonyroussel ];
};
}