Merge pull request #265795 from fabaff/dvclive-bump

python311Packages.dvclive: 3.1.0 -> 3.2.0
This commit is contained in:
Fabian Affolter 2023-11-06 11:00:18 +01:00 committed by GitHub
commit 270ce14634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.1.0";
version = "3.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qPGtYMpUFGQfSYEPabn4eC74lmr8xvet07RR5brV5No=";
hash = "sha256-Z1Nxdz4/45uSypufuwDGiCeUwl+izRGIDA2s9F+jT1Q=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;