about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-07 18:20:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-07 18:20:56 +0000
commit1f9cef9379b58d641af7a0b6e26046ccef218047 (patch)
treebcba39a6c1c5e942fba430af1cd3fd2174f23cb5
parent5ef42fcd84b2baa16f43554f1c1f1d614e23ef9a (diff)
downloadnixlib-1f9cef9379b58d641af7a0b6e26046ccef218047.tar
nixlib-1f9cef9379b58d641af7a0b6e26046ccef218047.tar.gz
nixlib-1f9cef9379b58d641af7a0b6e26046ccef218047.tar.bz2
nixlib-1f9cef9379b58d641af7a0b6e26046ccef218047.tar.lz
nixlib-1f9cef9379b58d641af7a0b6e26046ccef218047.tar.xz
nixlib-1f9cef9379b58d641af7a0b6e26046ccef218047.tar.zst
nixlib-1f9cef9379b58d641af7a0b6e26046ccef218047.zip
python311Packages.python-engineio: 4.8.0 -> 4.9.0
-rw-r--r--pkgs/development/python-modules/python-engineio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-engineio/default.nix b/pkgs/development/python-modules/python-engineio/default.nix
index 59cd210a0a04..952893fec269 100644
--- a/pkgs/development/python-modules/python-engineio/default.nix
+++ b/pkgs/development/python-modules/python-engineio/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "python-engineio";
-  version = "4.8.0";
+  version = "4.9.0";
   pyproject = true;
 
   disabled = pythonOlder "3.6";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "miguelgrinberg";
     repo = "python-engineio";
     rev = "refs/tags/v${version}";
-    hash = "sha256-btXwx9GRLBcjtcGdgckb2Y/MxC0E/rKTWKgkP8olezo=";
+    hash = "sha256-FpPGIK5HVtTzDOpORo+WPhS1860P3dm1nJkvakpzsjE=";
   };
 
   nativeBuildInputs = [