Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.pyinsteon: 1.5.0 -> 1.5.1

+2 -12
+2 -12
pkgs/development/python-modules/pyinsteon/default.nix
··· 4 , async-generator 5 , buildPythonPackage 6 , fetchFromGitHub 7 - , fetchpatch 8 , pypubsub 9 , pyserial 10 , pyserial-asyncio ··· 17 18 buildPythonPackage rec { 19 pname = "pyinsteon"; 20 - version = "1.5.0"; 21 format = "pyproject"; 22 23 disabled = pythonOlder "3.8"; ··· 26 owner = pname; 27 repo = pname; 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-REm0E7+otqDypVslB5heHEaWA+q3Nh1O96gxFeCC3As="; 30 }; 31 - 32 - patches = [ 33 - # https://github.com/pyinsteon/pyinsteon/pull/361 34 - (fetchpatch { 35 - name = "relax-setuptools-dependency.patch"; 36 - url = "https://github.com/pyinsteon/pyinsteon/commit/676bc5fff11b73a4c3fd189a6ac6d3de9ca21ae0.patch"; 37 - hash = "sha256-kTu1+IwDrcdqelyK/vfhxw8MQBis5I1jag7YTytKQhs="; 38 - }) 39 - ]; 40 41 nativeBuildInputs = [ 42 setuptools
··· 4 , async-generator 5 , buildPythonPackage 6 , fetchFromGitHub 7 , pypubsub 8 , pyserial 9 , pyserial-asyncio ··· 16 17 buildPythonPackage rec { 18 pname = "pyinsteon"; 19 + version = "1.5.1"; 20 format = "pyproject"; 21 22 disabled = pythonOlder "3.8"; ··· 25 owner = pname; 26 repo = pname; 27 rev = "refs/tags/${version}"; 28 + hash = "sha256-H2rgPA0GW6neFIHZVZxmAP50HJUPCWDZcJ90QxLGXJ8="; 29 }; 30 31 nativeBuildInputs = [ 32 setuptools