python3Packages.rocketchat-api: 1.36.0 -> 1.37.0

This commit is contained in:
R. Ryantm
2025-12-10 15:35:48 +00:00
parent 9c8765aea4
commit 6bbfd9529f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "rocketchat-api";
version = "1.36.0";
version = "1.37.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jadolg";
repo = "rocketchat_API";
tag = version;
hash = "sha256-+usTi2GCf3ewtX8BvetKjsV9hwULHtRrxqJU/shCqt4=";
hash = "sha256-N0IEPYN3H/KYZuTQZFTGZaDFZseGG1M6Kn5WX29afB8=";
};
build-system = [