python313Packages.rocketchat-api: 1.34.0 -> 1.35.0 (#376548)
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rocketchat-api";
|
||||
version = "1.34.0";
|
||||
version = "1.35.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jadolg";
|
||||
repo = "rocketchat_API";
|
||||
tag = version;
|
||||
hash = "sha256-ny/VybQDZFB4ZxHEnDP2IeYsHjgO9pAk4r0vpX+hWVE=";
|
||||
hash = "sha256-lbYOsh+QiQdbASOyi2E/VAziI2LU7x9zSe1qHJdiQa4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -36,6 +36,7 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/jadolg/rocketchat_API/releases/tag/${src.tag}";
|
||||
description = "Python API wrapper for Rocket.Chat";
|
||||
homepage = "https://github.com/jadolg/rocketchat_API";
|
||||
license = lib.licenses.mit;
|
||||
|
||||
Reference in New Issue
Block a user