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

python310Packages.dvclive: 2.12.0 -> 2.12.1
This commit is contained in:
Fabian Affolter 2023-07-06 08:40:42 +02:00 committed by GitHub
commit 34e822a853
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.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;