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

authored by Yohann Boniface and committed by GitHub 0813209e 8f1d4f8a

+3 -3
+3 -3
pkgs/development/python-modules/smp/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "smp"; 15 - version = "3.3.1"; 15 + version = "3.3.2"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "JPHutchins"; 20 20 repo = "smp"; 21 21 tag = version; 22 - hash = "sha256-TjucQm07nbfuFrVOHGOVA/f1rQRQfU8ws8VVC+U/kp8="; 22 + hash = "sha256-klMFJOKGSy6s16M+9wQhSvLSWdNPO/IMNdY5RW+wyFc="; 23 23 }; 24 24 25 25 build-system = [ ··· 44 44 meta = { 45 45 description = "Simple Management Protocol (SMP) for remotely managing MCU firmware"; 46 46 homepage = "https://github.com/JPHutchins/smp"; 47 - changelog = "https://github.com/JPHutchins/smp/releases/tag/${version}"; 47 + changelog = "https://github.com/JPHutchins/smp/releases/tag/${src.tag}"; 48 48 license = lib.licenses.asl20; 49 49 maintainers = with lib.maintainers; [ otavio ]; 50 50 };