python313Packages.rocketchat-api: 1.34.0 -> 1.35.0
Diff: https://github.com/jadolg/rocketchat_API/compare/refs/tags/1.34.0...1.35.0 Changelog: https://github.com/jadolg/rocketchat_API/releases/tag/1.35.0
This commit is contained in:
parent
a32996bd74
commit
c80e3b8fa4
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user