python312Packages.ansible-pylibssh: 1.2.0.post4 -> 1.2.2

This commit is contained in:
R. Ryantm 2024-07-16 22:17:42 +00:00
parent c82d9d313d
commit b1f795e6a6

View File

@ -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