guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: libwebsockets: Update to 4.3.2.


From: guix-commits
Subject: branch master updated: gnu: libwebsockets: Update to 4.3.2.
Date: Thu, 27 Apr 2023 02:06:53 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d8fe2e4735 gnu: libwebsockets: Update to 4.3.2.
d8fe2e4735 is described below

commit d8fe2e47352b53362bb32ffb480363a540533b5b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 27 08:06:13 2023 +0200

    gnu: libwebsockets: Update to 4.3.2.
    
    * gnu/packages/web.scm (libwebsockets): Update to 4.3.2.
    [arguments]: Remove.
    [source]: Use GIT-FILE-NAME.
---
 gnu/packages/web.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7cd02921cd..a61eb9cbf4 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1498,7 +1498,7 @@ style API.")
 (define-public libwebsockets
   (package
     (name "libwebsockets")
-    (version "4.1.6")
+    (version "4.3.2")
     (source (origin
               ;; The project does not publish tarballs, so we have to take
               ;; things from Git.
@@ -1508,15 +1508,9 @@ style API.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0x56v4hsx92vm1zibfmnqb5g3v23kzciffn3fjlsc3sly2pknhsg"))
-              (file-name (string-append name "-" version))))
-
+                "0rxgb05f6jignb0y367rs88cla2s1ndd9jfl4ms77q8w0wnbq762"))
+              (file-name (git-file-name name version))))
     (build-system cmake-build-system)
-    (arguments
-     ;; XXX: The thing lacks a 'make test' target, because CMakeLists.txt
-     ;; doesn't use 'add_test', and it's unclear how to run the test suite.
-     '(#:tests? #f))
-
     (native-inputs (list perl))             ; to build the HTML doc
     (inputs (list zlib openssl))
     (synopsis "WebSockets library written in C")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]