python310Packages.dvclive: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm
2023-07-06 00:19:44 +00:00
parent 346be12332
commit 1e5a1fc755
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.12.0";
version = "2.12.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6MHEhYJO1zSqrDGEb/E/0AsA4P2Z7l/sz7NKZFVF0nM=";
hash = "sha256-0J3XLBfH8kpIAyAnMhbS6d4vW3vtlbhCKIuaNsLZACg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;