Merge pull request #287599 from r-ryantm/auto-update/python311Packages.dvc-ssh
python311Packages.dvc-ssh: 3.0.0 -> 4.0.0
This commit is contained in:
commit
2b81ee0f54
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue