3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283583 from fabaff/dvc-bump

python311Packages.dvc: 3.41.0 -> 3.42.0
This commit is contained in:
Fabian Affolter 2024-01-24 23:34:43 +01:00 committed by GitHub
commit 65f4986800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.41.0";
version = "3.42.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -67,7 +67,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-j4UkPHav97s5GAuR9yYWaI1ObfKcsyozlTDC9jeBfK4=";
hash = "sha256-NTviaNhGe3hisP32Ccp1wHTrKXHZZP7gJFwDy7BlI/M=";
};
pythonRelaxDeps = [