mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python311Packages.dvc-ssh: 2.22.1 -> 2.22.2
Changelog: https://github.com/iterative/dvc-ssh/releases/tag/2.22.2
This commit is contained in:
parent
e9abe69b5e
commit
e67b4c1832
@ -10,12 +10,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc-ssh";
|
||||
version = "2.22.1";
|
||||
version = "2.22.2";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-WHFfq0Cw17AWgmUlkZUOO6t6XcPYjLHUz4s0wcVYklc=";
|
||||
hash = "sha256-eJwNCZvdBqYKEbX4On3pGm2bzCvH9G7rdsgeN7XPJB0=";
|
||||
};
|
||||
|
||||
# Prevent circular dependency
|
||||
|
Loading…
Reference in New Issue
Block a user