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

python38Packages.pubnub: 5.1.4 -> 5.2.0
This commit is contained in:
Fabian Affolter 2021-09-02 10:46:30 +02:00 committed by GitHub
commit f6645fdf90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "pubnub";
version = "5.1.4";
version = "5.2.0";
src = fetchFromGitHub {
owner = pname;
repo = "python";
rev = "v${version}";
sha256 = "sha256-aDmmF3T5v6NX3kut7cydEJNRw4mkrGt4X0+WOm/ZCVo=";
sha256 = "1jd3rr8dydfaxz5g8idpwacp4bnbmhg74dwz7qwmzn34336s4ji6";
};
propagatedBuildInputs = [