summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-31 10:43:29 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-31 10:43:29 +0100
commite8631bdec3e55ed79e93e27f564319dfa1f94377 (patch)
treeabf57ce46c686dbc747d38270588e8657a5957d2 /pkgs/development/python-modules
parented9263dc61f342d85b8a405d700f5370c9f81078 (diff)
python311Packages.pubnub: 7.3.0 -> 7.3.1
Diff: https://github.com/pubnub/python/compare/refs/tags/v7.3.0...v7.3.1

Changelog: https://github.com/pubnub/python/releases/tag/v7.3.1
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pubnub/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pubnub/default.nix b/pkgs/development/python-modules/pubnub/default.nix
index 2e58df25f2f4e..626f0913dfefa 100644
--- a/pkgs/development/python-modules/pubnub/default.nix
+++ b/pkgs/development/python-modules/pubnub/default.nix
@@ -14,7 +14,7 @@
 
 buildPythonPackage rec {
   pname = "pubnub";
-  version = "7.3.0";
+  version = "7.3.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     owner = pname;
     repo = "python";
     rev = "refs/tags/v${version}";
-    hash = "sha256-KZC6a0ZrTPn033tQxn7HeCRhZUAgO2I5rGDzLJITtpI=";
+    hash = "sha256-V6yw/OscTGwrFcjHEhwtaT7txWLqbVj0uYjuoSAtP2E=";
   };
 
   propagatedBuildInputs = [