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

python310Packages.dvclive: 3.3.1 -> 3.4.1
This commit is contained in:
Fabian Affolter 2023-12-19 08:10:00 +01:00 committed by GitHub
commit 795cba4b7b
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.3.1";
version = "3.4.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-esvDCAsGoaB4t4hiTmoQa69Sgg5crqJyiom/iXxpZow=";
hash = "sha256-apk1akdFLtps5fq28GUgLef2VEgZulj7vuhxsGpCqJE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;