Merge pull request #145688 from fabaff/bump-crownstone-uart

This commit is contained in:
Sandro 2021-11-12 23:20:43 +01:00 committed by GitHub
commit 5a026b82c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "crownstone-core"; pname = "crownstone-core";
version = "3.0.1"; version = "3.1.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "crownstone"; owner = "crownstone";
repo = "crownstone-lib-python-core"; repo = "crownstone-lib-python-core";
rev = version; rev = version;
sha256 = "138lignv7c8kkqbqfkdcfpg39gm9x44h7r2j403m4ib7gq420hsn"; sha256 = "sha256-ujS4ho9io7KcoK5w1SCn7UPFg1ho3dgW0HS5HfsYsuU=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [

View File

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "crownstone-uart"; pname = "crownstone-uart";
version = "2.1.0"; version = "2.2.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "crownstone"; owner = "crownstone";
repo = "crownstone-lib-python-uart"; repo = "crownstone-lib-python-uart";
rev = version; rev = version;
sha256 = "0sdz131vmrfp6hrm9iwqw8mj9qazsxg7b85yadib1122w9f3b1zc"; sha256 = "sha256-5K7NzJ7fKOW4Uh1XIlicVkRZuM84qTM5RQc/DfP9OEc=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [