Skip to content

Commit e6e8a6a

Browse files
authored
mqtt-randompub: 0.2.2 -> 0.3.0 (#360420)
2 parents 1e94a53 + cb923be commit e6e8a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mq/mqtt-randompub/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "mqtt-randompub";
9-
version = "0.2.2";
9+
version = "0.3.0";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "fabaff";
1414
repo = "mqtt-randompub";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-vAFEVlw9reRP+4Qwywv+cP27SU1c3seL3Z+b/YfUdl8=";
16+
hash = "sha256-X9gITmzyUNtYW8IMTcBiubPscBEO5OGjdxot9wRD/BY=";
1717
};
1818

1919
build-system = with python3.pkgs; [ setuptools ];

0 commit comments

Comments
 (0)