python311Packages.dvc: 3.40.0 -> 3.40.1

Diff: https://github.com/iterative/dvc/compare/refs/tags/3.40.0...3.40.1

Changelog: https://github.com/iterative/dvc/releases/tag/3.40.1
This commit is contained in:
Fabian Affolter
2024-01-19 07:01:38 +01:00
parent ceb6fa0e0a
commit f0af16131e
@@ -56,14 +56,14 @@
buildPythonPackage rec {
pname = "dvc";
version = "3.40.0";
version = "3.40.1";
pyproject = true;
src = fetchFromGitHub {
owner = "iterative";
repo = "dvc";
rev = "refs/tags/${version}";
hash = "sha256-MSbj8k7ZdjbB3jNq+AZ3gkwjyuT1DpfQuaWlgltsfrk=";
hash = "sha256-ik2WVq7cXhOc9kwBep38HELgvj0CGLtpx5EzzdJzAsc=";
};
pythonRelaxDeps = [