Merge pull request #145331 from fabaff/bump-crownstone-cloud

authored by

Sandro and committed by
GitHub
85b92d14 d6172f20

+2 -7
+2 -7
pkgs/development/python-modules/crownstone-cloud/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "crownstone-cloud"; 13 - version = "1.4.8"; 13 + version = "1.4.9"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "crownstone"; 20 20 repo = "crownstone-lib-python-cloud"; 21 21 rev = version; 22 - sha256 = "sha256-iHn4g52/QM0TS/flKkcFrX6IFrCjiXUxcjVLHNg6tVo="; 22 + sha256 = "sha256-CS1zeQiWPnsGCWixCsN9sz08mPORW5sVqIpSFPh0Qt0="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [ ··· 30 30 31 31 checkInputs = [ 32 32 pytestCheckHook 33 - ]; 34 - 35 - disabledTests = [ 36 - # https://github.com/crownstone/crownstone-lib-python-cloud/issues/1 37 - "test_data_structure" 38 33 ]; 39 34 40 35 postPatch = ''