mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@ high performance.")
|
|||
(define-public wslay
|
||||
(package
|
||||
(name "wslay")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1234,7 +1234,7 @@ high performance.")
|
|||
(commit (string-append "release-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ak9a6hsanhys40yhv7c2gqkfghpm6jx36j1pnml8ajvgaky5q98"))))
|
||||
(base32 "1w32iljg4inqf0712w5fxxhggvmjh6ipl2lnz0h36dv1xrj0d964"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Parallel builds don't reliably succeed.
|
||||
|
|
Loading…
Reference in a new issue