python311Packages.pyinsteon: 1.5.0 -> 1.5.1

https://github.com/pyinsteon/pyinsteon/releases/tag/1.5.1
This commit is contained in:
Martin Weinelt 2023-10-04 22:55:20 +02:00
parent fccf689445
commit 3340f02c68
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -4,7 +4,6 @@
, async-generator
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, pypubsub
, pyserial
, pyserial-asyncio
@ -17,7 +16,7 @@
buildPythonPackage rec {
pname = "pyinsteon";
version = "1.5.0";
version = "1.5.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -26,18 +25,9 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-REm0E7+otqDypVslB5heHEaWA+q3Nh1O96gxFeCC3As=";
hash = "sha256-H2rgPA0GW6neFIHZVZxmAP50HJUPCWDZcJ90QxLGXJ8=";
};
patches = [
# https://github.com/pyinsteon/pyinsteon/pull/361
(fetchpatch {
name = "relax-setuptools-dependency.patch";
url = "https://github.com/pyinsteon/pyinsteon/commit/676bc5fff11b73a4c3fd189a6ac6d3de9ca21ae0.patch";
hash = "sha256-kTu1+IwDrcdqelyK/vfhxw8MQBis5I1jag7YTytKQhs=";
})
];
nativeBuildInputs = [
setuptools
wheel