Merge pull request #137203 from r-ryantm/auto-update/python3.8-pubnub

python38Packages.pubnub: 5.2.1 -> 5.3.1
This commit is contained in:
Fabian Affolter 2021-09-10 09:57:37 +02:00 committed by GitHub
commit c50cfe694a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "pubnub";
version = "5.2.1";
version = "5.3.1";
src = fetchFromGitHub {
owner = pname;
repo = "python";
rev = "v${version}";
sha256 = "151f9vhgjlr3maniry3vin8vxvz7h8kxnfby9zgsrlvjs4nfgdf9";
sha256 = "0fykqr0agdlrhsy2s4yzadyslyjlhgr9iyj2f7s8hz9j400dhj3h";
};
propagatedBuildInputs = [