python3Packages.rocketchat-api: 1.35.0 -> 1.35.1 (#408316)

This commit is contained in:
dotlambda
2025-05-18 13:36:40 -07:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "rocketchat-api";
version = "1.35.0";
version = "1.35.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jadolg";
repo = "rocketchat_API";
tag = version;
hash = "sha256-lbYOsh+QiQdbASOyi2E/VAziI2LU7x9zSe1qHJdiQa4=";
hash = "sha256-8HGu/vkth6ofZD05Pc+IlTZlT+12jWTTYINLQzAHExk=";
};
build-system = [ setuptools ];