Unverified Commit c8c482e6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

mqtt-randompub: 0.3.0 -> 0.4.0 (#507384)

parents bf45d481 b50184e4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];