Skip to content

Commit 7ec6356

Browse files
authored
python3Packages.rocketchat-api: 1.35.1 -> 1.35.2 (#435007)
2 parents 6ccce0d + 6b329e8 commit 7ec6356

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/rocketchat-api

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/rocketchat-api/default.nix

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

1010
buildPythonPackage rec {
1111
pname = "rocketchat-api";
12-
version = "1.35.1";
12+
version = "1.35.2";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "jadolg";
1717
repo = "rocketchat_API";
1818
tag = version;
19-
hash = "sha256-8HGu/vkth6ofZD05Pc+IlTZlT+12jWTTYINLQzAHExk=";
19+
hash = "sha256-U5r7SKCKneBgCSwCJRm+Tl/wPmMOrj93K5VVCO/OPCk=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)