GNU bug report logs -
#74512
[PATCH] gnu: soju: Update to 0.8.2.
Previous Next
Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>
Date: Sun, 24 Nov 2024 19:42:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74512 in the body.
You can then email your comments to 74512 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74512
; Package
guix-patches
.
(Sun, 24 Nov 2024 19:42:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Timotej Lazar <timotej.lazar <at> araneo.si>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 24 Nov 2024 19:42:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
---
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 @@ (define-public snuik
(define-public soju
(package
(name "soju")
- (version "0.8.1")
+ (version "0.8.2")
(source
(origin
(method git-fetch)
@@ -1152,7 +1152,7 @@ (define-public soju
(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 @@ (define-public soju
(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 @@ (define-public soju
(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 @@ (define-public soju
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")
base-commit: c05a78739de9ad2ca2ea97c5899d9b73fca620ea
--
2.46.0
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Sun, 24 Nov 2024 22:00:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Timotej Lazar <timotej.lazar <at> araneo.si>
:
bug acknowledged by developer.
(Sun, 24 Nov 2024 22:00:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 74512-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Thanks for the patch.
I could apply and build it successfully.
--8<---------------cut here---------------start------------->8---
> $(./pre-inst-env guix build soju)/bin/soju -h
Usage of /gnu/store/hmgn588cs7mx4shlvcb2p0yyxkhs886v-soju-0.8.2/bin/soju:
-config string
path to configuration file
-debug
enable debug logging
-listen value
listening address
[env: /gnu/store/d1hbyk1sn761ycbv3yngszhwzkha3yl3-profile]
--8<---------------cut here---------------end--------------->8---
Pushed as origin/master 50d9e8b454906c0b95abfddf5c27ecfacf241cbe
--
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 23 Dec 2024 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.