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