python311Packages.freertos-gdb: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-06-28 12:23:56 +00:00
parent c8201d6eef
commit e475902245

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "freertos-gdb";
version = "1.0.2";
version = "1.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-o0ZoTy7OLVnrhSepya+MwaILgJSojs2hfmI86D9C3cs=";
sha256 = "sha256-5rkB01OdbD5Z4vA6dbqhWp5pGwqI1IlE4IE1dSdT1QE=";
};
# Project has no tests