python3Packages.rocketchat-api: 3.6.1 -> 3.7.0

This commit is contained in:
R. Ryantm
2026-06-20 18:41:22 +00:00
parent 9a21e4f721
commit eee6a0a541
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "rocketchat-api";
version = "3.6.1";
version = "3.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jadolg";
repo = "rocketchat_API";
tag = version;
hash = "sha256-KatsV5MbZ7akD/nsNLEIwPecsaa9W8PplGCppe5rcZI=";
hash = "sha256-s+RyHzuWI5pVshTG/DsgtC9+lpexTMkPJYNpNrI7Jkc=";
};
build-system = [