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