tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.rocketchat-api: 1.35.0 -> 1.35.1
R. Ryantm
11 months ago
507af5e8
20dbed8a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
rocketchat-api
default.nix
+2
-2
pkgs/development/python-modules/rocketchat-api/default.nix
reviewed
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "rocketchat-api";
12
12
-
version = "1.35.0";
12
12
+
version = "1.35.1";
13
13
pyproject = true;
14
14
15
15
src = fetchFromGitHub {
16
16
owner = "jadolg";
17
17
repo = "rocketchat_API";
18
18
tag = version;
19
19
-
hash = "sha256-lbYOsh+QiQdbASOyi2E/VAziI2LU7x9zSe1qHJdiQa4=";
19
19
+
hash = "sha256-8HGu/vkth6ofZD05Pc+IlTZlT+12jWTTYINLQzAHExk=";
20
20
};
21
21
22
22
build-system = [ setuptools ];