Skip to content

Commit caa13d4

Browse files
committed
python311Packages.dvc: 3.39.0 -> 3.40.0
1 parent 3df632c commit caa13d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/dvc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@
5656

5757
buildPythonPackage rec {
5858
pname = "dvc";
59-
version = "3.39.0";
59+
version = "3.40.0";
6060
pyproject = true;
6161

6262
src = fetchFromGitHub {
6363
owner = "iterative";
6464
repo = "dvc";
6565
rev = "refs/tags/${version}";
66-
hash = "sha256-sFrbG9CKt8PaW9qdXBxEa516lnRWzFdTEbdCW6VFUuQ=";
66+
hash = "sha256-MSbj8k7ZdjbB3jNq+AZ3gkwjyuT1DpfQuaWlgltsfrk=";
6767
};
6868

6969
pythonRelaxDeps = [

0 commit comments

Comments
 (0)