Skip to content

Commit

Permalink
platformio: 6.1.15 -> 6.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Dec 8, 2024
1 parent aceaf61 commit fe499b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/embedded/platformio/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

with python3Packages; buildPythonApplication rec {
pname = "platformio";
version = "6.1.15";
version = "6.1.16";
pyproject = true;

# pypi tarballs don't contain tests - https://github.com/platformio/platformio-core/issues/1964
src = fetchFromGitHub {
owner = "platformio";
repo = "platformio-core";
rev = "v${version}";
hash = "sha256-w5JUAqQRNxq8ZrX8ffny2K7xWBkGr2H3+apYqCPXw9c=";
tag = "v${version}";
hash = "sha256-hZgbLUk2Krynut5uD6GMxWA+95y8ONNUmv4kaAltumk=";
};

outputs = [ "out" "udev" ];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/platformio/package/manifest/schema.py b/platformio/package/manifest/schema.py
index c1d22ab5..6c2cfaed 100644
index 47efae59..6c2cfaed 100644
--- a/platformio/package/manifest/schema.py
+++ b/platformio/package/manifest/schema.py
@@ -276,9 +276,6 @@ class ManifestSchema(BaseSchema):
@staticmethod
@memoized(expire="1h")
def load_spdx_licenses():
- version = "3.23"
- version = "3.24.0"
- spdx_data_url = (
- "https://raw.githubusercontent.com/spdx/license-list-data/"
- f"v{version}/json/licenses.json"
Expand Down

0 comments on commit fe499b8

Please sign in to comment.