mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
python312Packages.ansible-pylibssh: 1.2.0.post4 -> 1.2.2
This commit is contained in:
parent
c82d9d313d
commit
b1f795e6a6
@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ansible-pylibssh";
|
||||
version = "1.2.0.post4";
|
||||
version = "1.2.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-brnSrzSnumK32/mEON0l0iSPdoYrFwYmBc4MT7WcrX8=";
|
||||
hash = "sha256-dT5XDc3OtquONi6RzA1Zk77ryT0oe4gXjbVVCfZCOrU=";
|
||||
};
|
||||
|
||||
# Remove after https://github.com/ansible/pylibssh/pull/502 is merged
|
||||
|
Loading…
Reference in New Issue
Block a user