python310Packages.pubnub: 6.3.0 -> 6.3.1

main
Fabian Affolter 2 years ago
parent 1ac9ac82f2
commit ec5afa36bf
  1. 4
      pkgs/development/python-modules/pubnub/default.nix

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pubnub";
version = "6.3.0";
version = "6.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python";
rev = "refs/tags/v${version}";
hash = "sha256-HnDCRwGrWYVW2WpCFDySVYzNW4/cNhVqNG2YfF5V3WY=";
hash = "sha256-HeblPnHSGO12+2hNvwRde84hvjdkxEJU6Eygxs36UBE=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save