Fabian Affolter
2026-04-06 23:22:44 +02:00
parent f97bfaafb6
commit b50184e438
+3 -3
View File
@@ -6,17 +6,17 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "mqtt-randompub";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fabaff";
repo = "mqtt-randompub";
tag = finalAttrs.version;
hash = "sha256-X9gITmzyUNtYW8IMTcBiubPscBEO5OGjdxot9wRD/BY=";
hash = "sha256-6R40dEJSi3i2UxJNXLk+GWA/iykzbGVLFccF8ncymKw=";
};
build-system = with python3.pkgs; [ setuptools ];
build-system = with python3.pkgs; [ hatchling ];
dependencies = with python3.pkgs; [ paho-mqtt ];