python310Packages.crownstone-uart: 2.6.0 -> 2.7.0

This commit is contained in:
Fabian Affolter 2022-11-04 22:18:30 +01:00
parent 36e7b7f085
commit f61d1afda2

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "crownstone-uart";
version = "2.6.0";
version = "2.7.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "crownstone";
repo = "crownstone-lib-python-uart";
rev = version;
sha256 = "sha256-cmMxbYGaE+HpgrZ78eCampE/1Ku/X9mJP6VcBbxQm6Q=";
sha256 = "sha256-Sc6BCIRbf1+GraTScmV4EAgwtSE/JXNe0f2XhKyACIY=";
};
propagatedBuildInputs = [