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