about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-engineio
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-26 00:41:50 +0200
committerGitHub <noreply@github.com>2021-08-26 00:41:50 +0200
commit569311d42a4794f7f336b037d721f10a32c04b94 (patch)
tree58f3e77fe7253d9102b17a4e42dc5f8585666c9c /pkgs/development/python-modules/python-engineio
parent5dae71ea08de782cd178fc45b002ac8fe1767813 (diff)
parent237490ebb6702037fb06e78d977e03e2e241d6ab (diff)
Merge pull request #126186 from fabaff/bump-python-engineio
Diffstat (limited to 'pkgs/development/python-modules/python-engineio')
-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 486484bca3ae9..1b35f64bd7c0b 100644
--- a/pkgs/development/python-modules/python-engineio/default.nix
+++ b/pkgs/development/python-modules/python-engineio/default.nix
@@ -16,13 +16,13 @@
 
 buildPythonPackage rec {
   pname = "python-engineio";
-  version = "4.0.0";
+  version = "4.2.0";
 
   src = fetchFromGitHub {
     owner = "miguelgrinberg";
     repo = "python-engineio";
     rev = "v${version}";
-    sha256 = "00x9pmmnl1yd59wd96ivkiqh4n5nphl8cwk43hf4nqr0icgsyhar";
+    sha256 = "sha256-QfX8Volz5nabGVhQLXfSD/QooxLsU6DvCq1WRkRZ6hU=";
   };
 
   checkInputs = [