Skip to content

Commit

Permalink
dvc: 3.54.1 -> 3.55.0 (#338124)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Aug 29, 2024
2 parents bd6f8c4 + 9e1ef94 commit 53bc701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dvc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

buildPythonPackage rec {
pname = "dvc";
version = "3.54.1";
version = "3.55.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -66,7 +66,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-q4o5IFL/Txy5qoe71FYzCEf7O+0RvlASripZzU3xaOw=";
hash = "sha256-nKzMHVMaoDu/d1wMAxA2q8DHdwoIb7+YG/7AhAtRVEM=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 53bc701

Please sign in to comment.