python313Packages.nessclient: 1.1.2 -> 1.2.0 (#414084)

authored by Fabian Affolter and committed by GitHub d3ce1e9e 6192bca7

+4 -4
+4 -4
pkgs/development/python-modules/nessclient/default.nix
··· 4 click, 5 fetchFromGitHub, 6 justbackoff, 7 - pyserial-asyncio, 8 pythonOlder, 9 pytest-asyncio, 10 pytestCheckHook, ··· 13 14 buildPythonPackage rec { 15 pname = "nessclient"; 16 - version = "1.1.2"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "nickw444"; 23 repo = "nessclient"; 24 tag = version; 25 - hash = "sha256-STDEIY7D02MlH+R6uLAKl6ghSQjhG1OEQWj71DrZP30="; 26 }; 27 28 postPatch = '' ··· 34 35 dependencies = [ 36 justbackoff 37 - pyserial-asyncio 38 ]; 39 40 optional-dependencies = {
··· 4 click, 5 fetchFromGitHub, 6 justbackoff, 7 + pyserial-asyncio-fast, 8 pythonOlder, 9 pytest-asyncio, 10 pytestCheckHook, ··· 13 14 buildPythonPackage rec { 15 pname = "nessclient"; 16 + version = "1.2.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.8"; ··· 22 owner = "nickw444"; 23 repo = "nessclient"; 24 tag = version; 25 + hash = "sha256-AKZwKEwICuwKyCjIFxx4Zb2r9EriC0+3evBsBE9Btak="; 26 }; 27 28 postPatch = '' ··· 34 35 dependencies = [ 36 justbackoff 37 + pyserial-asyncio-fast 38 ]; 39 40 optional-dependencies = {