[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: soju: Update to 0.8.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: soju: Update to 0.8.2. |
Date: |
Sun, 24 Nov 2024 16:56:25 -0500 |
This is an automated email from the git hooks/post-receive script.
sharlatan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 50d9e8b454 gnu: soju: Update to 0.8.2.
50d9e8b454 is described below
commit 50d9e8b454906c0b95abfddf5c27ecfacf241cbe
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Sun Nov 24 20:41:17 2024 +0100
gnu: soju: Update to 0.8.2.
* gnu/packages/irc.scm (soju): Update to 0.8.2.
[native-inputs]: Drop go-nhooyr-io-websocket. Add
go-github-com-coder-websocket.
Change-Id: I272e692eab620fbf41d025f5aa3eb8d7c6eb5cbc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/irc.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 51bd43869e..3935967f11 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -1143,7 +1143,7 @@ what.")
(define-public soju
(package
(name "soju")
- (version "0.8.1")
+ (version "0.8.2")
(source
(origin
(method git-fetch)
@@ -1152,7 +1152,7 @@ what.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "10qc0g78yhsg6fnnb046jr0s592isw0r0mvydy6frgnx9rxac6k6"))))
+ (base32 "1dk9w87ksjvbhnchyyl4yhdlhjnc9s9hpzhykfiyh935g75zv66c"))))
(build-system go-build-system)
(arguments
(list
@@ -1164,7 +1164,7 @@ what.")
(lambda* (#:key import-path #:allow-other-keys)
(with-directory-excursion (string-append "src/" import-path)
(substitute* "Makefile"
- ;; Do not set dfault config path.
+ ;; Do not set default config path.
((".*config_path.*:.*") "")
(("-X.*=.*config_path.*' ") "")
((".*cp -f.*config_path.*") "")
@@ -1185,6 +1185,7 @@ what.")
(list go-git-sr-ht-emersion-go-scfg
go-git-sr-ht-emersion-go-sqlite3-fts5
go-git-sr-ht-sircmpwn-go-bare
+ go-github-com-coder-websocket
go-github-com-emersion-go-sasl
go-github-com-lib-pq
go-github-com-mattn-go-sqlite3
@@ -1196,7 +1197,6 @@ what.")
go-golang-org-x-time
go-google-golang-org-protobuf
go-gopkg-in-irc-v4
- go-nhooyr-io-websocket
scdoc))
(home-page "https://git.sr.ht/~emersion/soju")
(synopsis "User-friendly IRC bouncer")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: soju: Update to 0.8.2.,
guix-commits <=