mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
python311Packages.simple-websocket: 0.9.0 -> 0.10.1
Diff: https://github.com/miguelgrinberg/simple-websocket/compare/refs/tags/v0.9.0...v0.10.1 Changelog: https://github.com/miguelgrinberg/simple-websocket/blob/0.10.1/CHANGES.md
This commit is contained in:
parent
dd6c86a81c
commit
30bbd63d87
@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "simple-websocket";
|
||||
version = "0.9.0";
|
||||
version = "0.10.1";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "miguelgrinberg";
|
||||
repo = "simple-websocket";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-pGPHS3MbDZgXBOtsZ87ULlkGdHHfaOSDLTNN4l5wKhE=";
|
||||
hash = "sha256-OdgMYi2UobIlE4cDl5aNtVaFiHPTpf5TcuohG+TCSpg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user