python311Packages.dvclive: 3.0.0 -> 3.0.1

Diff: https://github.com/iterative/dvclive/compare/refs/tags/3.0.0...3.0.1

Changelog: https://github.com/iterative/dvclive/releases/tag/3.0.1
This commit is contained in:
Fabian Affolter 2023-09-27 10:06:33 +02:00
parent 6974f3d034
commit ae34de283a

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.0.0";
version = "3.0.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-nTxgRfzrKYl6aC8rxusZPBihpsKp7gCyxKVOiDrTNtE=";
hash = "sha256-jcgNNraMgsqTPNCbBcqEewe3jAXer4wn0aKqiUos+k8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;