python311Packages.dvc-ssh: 2.21.0 -> 2.22.1
Changelog: https://github.com/iterative/dvc-ssh/releases/tag/2.22.1
This commit is contained in:
parent
4790140b28
commit
f0520ce51d
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc-ssh";
|
||||
version = "2.21.0";
|
||||
version = "2.22.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-iew/+/Ww6Uvz6Ctvswd8l5YFa3zihYxo1jvTe0ZTW9M=";
|
||||
hash = "sha256-WHFfq0Cw17AWgmUlkZUOO6t6XcPYjLHUz4s0wcVYklc=";
|
||||
};
|
||||
|
||||
# Prevent circular dependency
|
||||
|
|
Loading…
Reference in a new issue