Merge pull request #238497 from r-ryantm/auto-update/python310Packages.dvclive

python310Packages.dvclive: 2.11.1 -> 2.11.3
This commit is contained in:
Fabian Affolter 2023-06-19 15:04:46 +02:00 committed by GitHub
commit ff5902803f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;