3
5
Fork 0
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:
Tobias Geerinckx-Rice 2020-06-30 01:49:57 +02:00
parent d5255a4fda
commit 37a4863731
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.