Merge pull request #289556 from r-ryantm/auto-update/python311Packages.dvclive

python311Packages.dvclive: 3.41.1 -> 3.42.0
This commit is contained in:
Weijia Wang 2024-03-07 17:25:05 +01:00 committed by GitHub
commit b516f61ab8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,16 +32,16 @@
buildPythonPackage rec {
pname = "dvclive";
version = "3.41.1";
version = "3.42.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PbgazRK3+CoJISh1ZXGjxDfbKHY/XqSvVrkpycvPi7c=";
hash = "sha256-7MesRCfXr/f2MBokZhraFQqIuOyWCjIDRYZcvzM5Ezc=";
};
nativeBuildInputs = [