lol

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

+2 -2
+2 -2
pkgs/development/python-modules/ansible-pylibssh/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "ansible-pylibssh"; 17 - version = "1.2.0.post4"; 17 + version = "1.2.2"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.6"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-brnSrzSnumK32/mEON0l0iSPdoYrFwYmBc4MT7WcrX8="; 24 + hash = "sha256-dT5XDc3OtquONi6RzA1Zk77ryT0oe4gXjbVVCfZCOrU="; 25 25 }; 26 26 27 27 # Remove after https://github.com/ansible/pylibssh/pull/502 is merged