gnu: libwebsockets: Update to 4.1.6.
* gnu/packages/web.scm (libwebsockets): Update to 4.1.6.
This commit is contained in:
parent
15d668eda4
commit
acd953bd64
1 changed files with 4 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
||||||
;;; Copyright © 2017, 2018, 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2017, 2018, 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
|
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
|
||||||
;;; Copyright © 2017 Petter <petter@mykolab.ch>
|
;;; Copyright © 2017 Petter <petter@mykolab.ch>
|
||||||
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2017, 2021 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;; Copyright © 2017, 2019, 2020 Christopher Baines <mail@cbaines.net>
|
;;; Copyright © 2017, 2019, 2020 Christopher Baines <mail@cbaines.net>
|
||||||
;;; Copyright © 2018, 2019 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2018, 2019 Julien Lepiller <julien@lepiller.eu>
|
||||||
|
@ -1331,18 +1331,17 @@ parser written in ANSI C and a small validating JSON generator.")
|
||||||
(define-public libwebsockets
|
(define-public libwebsockets
|
||||||
(package
|
(package
|
||||||
(name "libwebsockets")
|
(name "libwebsockets")
|
||||||
(version "1.3")
|
(version "4.1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
;; The project does not publish tarballs, so we have to take
|
;; The project does not publish tarballs, so we have to take
|
||||||
;; things from Git.
|
;; things from Git.
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/warmcat/libwebsockets")
|
(url "https://github.com/warmcat/libwebsockets")
|
||||||
(commit (string-append "v" version
|
(commit (string-append "v" version))))
|
||||||
"-chrome37-firefox30"))))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12fqh2d2098mgf0ls19p9lzibpsqhv7mc5rn1yvrbfnazmcr40g4"))
|
"0x56v4hsx92vm1zibfmnqb5g3v23kzciffn3fjlsc3sly2pknhsg"))
|
||||||
(file-name (string-append name "-" version))))
|
(file-name (string-append name "-" version))))
|
||||||
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Reference in a new issue