nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.rocketchat-api: 1.35.0 -> 1.35.1

R. Ryantm 507af5e8 20dbed8a

+2 -2
+2 -2
pkgs/development/python-modules/rocketchat-api/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "rocketchat-api"; 12 - version = "1.35.0"; 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 - hash = "sha256-lbYOsh+QiQdbASOyi2E/VAziI2LU7x9zSe1qHJdiQa4="; 19 + hash = "sha256-8HGu/vkth6ofZD05Pc+IlTZlT+12jWTTYINLQzAHExk="; 20 20 }; 21 21 22 22 build-system = [ setuptools ];