Skip to content

Commit

Permalink
dvc-with-remotes: 3.55.1 -> 3.55.2 (#339512)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 4, 2024
2 parents e526543 + ad595e7 commit e88b318
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.55.1";
version = "3.55.2";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -66,7 +66,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-DrhjmVHCX1lXJUrklVgO/eguL1uRQ33kJjSgCAEIyew=";
hash = "sha256-yNnOSYh4lCefTnIgNstsKaRbrPCgSiWEgKeF66KD66k=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit e88b318

Please sign in to comment.