platformio: 6.1.16 -> 6.1.17

+3 -3
+2 -2
pkgs/development/embedded/platformio/core.nix
··· 12 12 with python3Packages; 13 13 buildPythonApplication rec { 14 14 pname = "platformio"; 15 - version = "6.1.16"; 15 + version = "6.1.17"; 16 16 pyproject = true; 17 17 18 18 # pypi tarballs don't contain tests - https://github.com/platformio/platformio-core/issues/1964 ··· 20 20 owner = "platformio"; 21 21 repo = "platformio-core"; 22 22 tag = "v${version}"; 23 - hash = "sha256-hZgbLUk2Krynut5uD6GMxWA+95y8ONNUmv4kaAltumk="; 23 + hash = "sha256-OQEbEAVLS4DdbdBf4S9KS1RVHCC91vFtX6lz2u6Xouc="; 24 24 }; 25 25 26 26 outputs = [
+1 -1
pkgs/development/embedded/platformio/use-local-spdx-license-list.patch
··· 6 6 @staticmethod 7 7 @memoized(expire="1h") 8 8 def load_spdx_licenses(): 9 - - version = "3.24.0" 9 + - version = "3.26.0" 10 10 - spdx_data_url = ( 11 11 - "https://raw.githubusercontent.com/spdx/license-list-data/" 12 12 - f"v{version}/json/licenses.json"