gnu: wslay: Update to 1.1.1.
* gnu/packages/web.scm (wslay): Update to 1.1.1.
parent
d5255a4fda
commit
37a4863731
|
@ -1225,7 +1225,7 @@ high performance.")
|
||||||
(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 @@ high performance.")
|
||||||
(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.
|
||||||
|
|
Reference in New Issue