We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e94a53 + cb923be commit e6e8a6aCopy full SHA for e6e8a6a
pkgs/by-name/mq/mqtt-randompub/package.nix
@@ -6,14 +6,14 @@
6
7
python3.pkgs.buildPythonApplication rec {
8
pname = "mqtt-randompub";
9
- version = "0.2.2";
+ version = "0.3.0";
10
pyproject = true;
11
12
src = fetchFromGitHub {
13
owner = "fabaff";
14
repo = "mqtt-randompub";
15
rev = "refs/tags/${version}";
16
- hash = "sha256-vAFEVlw9reRP+4Qwywv+cP27SU1c3seL3Z+b/YfUdl8=";
+ hash = "sha256-X9gITmzyUNtYW8IMTcBiubPscBEO5OGjdxot9wRD/BY=";
17
};
18
19
build-system = with python3.pkgs; [ setuptools ];
0 commit comments