summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-30 01:49:57 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-30 01:50:30 +0200
commit37a4863731e5fbfd77d1c55f7b07e738f68426a3 (patch)
treeea4e656ad7ee9c659e54406c0096722ba219a895 /gnu/packages/web.scm
parentd5255a4fda775c439e9d188a3fa0f37cc95c330c (diff)
downloadguix-patches-37a4863731e5fbfd77d1c55f7b07e738f68426a3.tar
guix-patches-37a4863731e5fbfd77d1c55f7b07e738f68426a3.tar.gz
gnu: wslay: Update to 1.1.1.
* gnu/packages/web.scm (wslay): Update to 1.1.1.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c449267f3d..292ccf5285 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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.