python312Packages.freertos-gdb: 1.0.3 -> 1.0.4 (#380983)

This commit is contained in:
Weijia Wang
2025-02-26 21:22:00 +01:00
committed by GitHub
@@ -2,17 +2,23 @@
lib,
fetchPypi,
buildPythonPackage,
setuptools,
}:
buildPythonPackage rec {
pname = "freertos-gdb";
version = "1.0.3";
version = "1.0.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-5rkB01OdbD5Z4vA6dbqhWp5pGwqI1IlE4IE1dSdT1QE=";
hash = "sha256-lH/dlTX2PuZ89rX5zzpedHkqHvdVy+h6BzJ8rVFmkb8=";
};
build-system = [
setuptools
];
# Project has no tests
doCheck = false;