[PATCH] gnu: soju: Update to 0.8.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Sharlatan Hellseher
  • Timotej Lazar
Owner
unassigned
Submitted by
Timotej Lazar
Severity
normal
T
T
Timotej Lazar wrote 4 hours ago
(address . guix-patches@gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
1416a6051b9f8d110e7204750376fd522a591750.1732477277.git.timotej.lazar@araneo.si
* 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(-)

Toggle diff (51 lines)
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
S
S
Sharlatan Hellseher wrote 2 hours ago
(address . 74512-done@debbugs.gnu.org)
87ttbwmgz5.fsf@gmail.com
Hi,

Thanks for the patch.

I could apply and build it successfully.
Toggle snippet (11 lines)
> $(./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]

Pushed as origin/master 50d9e8b454906c0b95abfddf5c27ecfacf241cbe

--
Oleg
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmdDoY4ACgkQdtcnv/Ys
0rVrbA//SLqkqRa1hTode2YbW5qRCjxk9tSclZmy6rboVNsrmih1igXBkNc4KGWp
ZP8RibnUa5KsqgoaqUWqx15Mh//IwRJH3VVJy4mW2eMYiMW86l02NRo79D9y8rKq
BMWTtHAjONHia+bbvVsQSu/SbKsIVnFWZuh78dvc0Oz5+AUXIp6mPZwPXFup29Ul
zuPXJVDiumn1iB2o/KkeZHkN5oTn9fbYcHJFa3A3HvZd6ITTPfe9wzPgrqIhatpr
alajSBXNIEadii5NfIdrMXJzu/678icVeJQ9EZ2nt2FBopXPHhTq+evHxIS02LR4
hgZg7eG3U5QhDQR6O/oFE1d8Akcp51LIIg8glDJOs1ANMEQvE/d8OL0T5scVv4RQ
bUwJ7muZHgWCq8I4ojGhlHeCa9IMhJNLew2L67Wyoas7+rcS0tmqfaCPwotW1HdC
z5pmmI4rraF8//GvZHgC3N8ygBuzE6yhJb60ciOVuOFz9uqCJklSpzSILv2+UUzs
2ssp0s1Taa0LP5orA/RD6waBwiFndVlVfhyRVYxX/kdx0gX0GuA317iQa0NOGo0k
zqBNLA/k3/KyomXP0eAo56uRWa+/6KPOXzQF3gyudVu2FlBWk8ds1Qf8JAOhxdtW
WomxKrNH9noHbx2sgnKEEwR9v6JfsNN+tbq4XZUw1uGbkW21Iiw=
=j9gO
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74512@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74512
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch