python311Packages.dvc-ssh: 3.0.0 -> 4.0.0

This commit is contained in:
R. Ryantm 2024-02-09 22:28:12 +00:00
parent b64b4f2d6a
commit 5462020010

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "dvc-ssh";
version = "3.0.0";
version = "4.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Xlbav0mk+8/VTgS1MCide76QW8WhlflzNXQ7YM4N4iw=";
hash = "sha256-WaWcoWKXauNHZRFDt+MnqpFWjxzya+yAo0TRNQURViA=";
};
pythonRemoveDeps = [