mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: wslay: Update to 1.1.1.
* gnu/packages/web.scm (wslay): Update to 1.1.1.
This commit is contained in:
parent
d5255a4fda
commit
37a4863731
1 changed files with 2 additions and 2 deletions
|
@ -1225,7 +1225,7 @@ (define-public websocketpp
|
||||||
(define-public wslay
|
(define-public wslay
|
||||||
(package
|
(package
|
||||||
(name "wslay")
|
(name "wslay")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1234,7 +1234,7 @@ (define-public wslay
|
||||||
(commit (string-append "release-" version))))
|
(commit (string-append "release-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ak9a6hsanhys40yhv7c2gqkfghpm6jx36j1pnml8ajvgaky5q98"))))
|
(base32 "1w32iljg4inqf0712w5fxxhggvmjh6ipl2lnz0h36dv1xrj0d964"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Parallel builds don't reliably succeed.
|
;; Parallel builds don't reliably succeed.
|
||||||
|
|
Loading…
Reference in a new issue