python310Packages.crownstone-uart: 2.3.0 -> 2.4.0

main
Fabian Affolter 2 years ago
parent 92581da8a9
commit 503f709f16
  1. 4
      pkgs/development/python-modules/crownstone-uart/default.nix

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "crownstone-uart";
version = "2.3.0";
version = "2.4.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "crownstone";
repo = "crownstone-lib-python-uart";
rev = version;
sha256 = "sha256-temf+uvGWMMtnhBpbYtTj6OzKqo3Xaa11Q2VX2+HTZc=";
sha256 = "sha256-oCPv4siGy0POK6XeY29roKO/t8xMcJkwSO1onGNLq3E=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save