python3Packages.smp: 3.3.1 -> 3.3.2 (#430342)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user