python310Packages.crownstone-core: 3.1.1 -> 3.2.0

This commit is contained in:
Fabian Affolter 2022-10-27 20:14:04 +02:00
parent d10e09d6d7
commit f0e64c2fa1

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "crownstone-core";
version = "3.1.1";
version = "3.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "crownstone";
repo = "crownstone-lib-python-core";
rev = version;
sha256 = "sha256-SdrvJE76/UrwcJ2Os1WO9cv9++LKu4eKRn1W4qrK8Lw=";
sha256 = "sha256-SZ2vJwKLo/C5lkTtLar5BGv7xzzRoUtxS1y8jiheRy4=";
};
propagatedBuildInputs = [