3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.dvclive: 2.11.1 -> 2.11.3

This commit is contained in:
R. Ryantm 2023-06-19 00:35:43 +00:00
parent 8bcef0a5fe
commit 88397203d3

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "2.11.1";
version = "2.11.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-zr8fLRwan1/G8RMHa6lf4Qa5fTh5DzVLO53PMW0fm4c=";
hash = "sha256-u6riFkOx00XwVlb2VOi0SPd8pFQaqn0MXmZ310frz4c=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;