python3Packages.smp: 3.3.1 -> 3.3.2 (#430342)

This commit is contained in:
Yohann Boniface
2025-08-07 04:03:07 +02:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "smp";
version = "3.3.1";
version = "3.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "JPHutchins";
repo = "smp";
tag = version;
hash = "sha256-TjucQm07nbfuFrVOHGOVA/f1rQRQfU8ws8VVC+U/kp8=";
hash = "sha256-klMFJOKGSy6s16M+9wQhSvLSWdNPO/IMNdY5RW+wyFc=";
};
build-system = [
@@ -44,7 +44,7 @@ buildPythonPackage rec {
meta = {
description = "Simple Management Protocol (SMP) for remotely managing MCU firmware";
homepage = "https://github.com/JPHutchins/smp";
changelog = "https://github.com/JPHutchins/smp/releases/tag/${version}";
changelog = "https://github.com/JPHutchins/smp/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ otavio ];
};