diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-14 20:58:19 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:08 +0100 |
| commit | 95cb3d1bb5b873792a74a98d0ad030883c94b331 (patch) | |
| tree | 316e8af4740dcf6e04f67f9700e3a44f59e61d0a /gnu/packages | |
| parent | 3bdcc858e0392ce806b0f45715059fe296ce19e9 (diff) | |
gnu: websockify: Update to 0.13.0.
* gnu/packages/web.scm (websockify): Update to 0.13.0.
[inputs]: Remove python-simplejson.
[native-inputs]: Remove python-wheel.
Change-Id: Iad153e094a7863e58f75ef58ecb1f9e61a56a112
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/web.scm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 5bd549309c4..ed5ead547d2 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -2371,25 +2371,25 @@ of people.") (define-public websockify (package (name "websockify") - (version "0.11.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/novnc/websockify") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0ysqylpyv17s52634wn3vrwf7y9b5ig7fdfv8vwj1272lvv68qgk")))) + (version "0.13.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/novnc/websockify") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "01163ikxmwmncrg7m8wy238ykjd5qif6bz85zqnk3mrvipicp7kg")))) (build-system pyproject-build-system) - (native-inputs (list python-nose2 python-setuptools python-wheel)) + (native-inputs + (list python-nose2 + python-setuptools)) (inputs (list python-jwcrypto python-numpy python-redis - python-requests - ;; TODO: Remove simplejson for versions > 0.11.0. - python-simplejson)) + python-requests)) (home-page "https://github.com/novnc/websockify") (synopsis "WebSockets support for any application/server") (description "Websockify translates WebSockets traffic to normal socket |
