python3Packages.digi-xbee: 1.4.1 -> 1.5.0

This commit is contained in:
Martin Weinelt
2024-10-13 11:03:05 +02:00
parent 25610ec256
commit 17700a6839
@@ -9,13 +9,14 @@
buildPythonPackage rec {
pname = "digi-xbee";
version = "1.4.1";
version = "1.5.0";
format = "setuptools";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "3b10e749431f406d80c189d872f4673b8d3cd510f7b411f817780a0e72499cd2";
pname = "digi_xbee";
inherit version;
hash = "sha256-amUrhHIpeRHuShD0cxb2sbbRTpJQZ9/b8otsa1Bo+bI=";
};
propagatedBuildInputs = [