sharlatan pushed a commit to branch go-team in repository guix. commit 9837ad0f5498e2c52e35a723d6da2f86c6560e70 Author: Daniel Ziltener <dzilte...@lyrion.ch> AuthorDate: Wed Apr 9 02:15:00 2025 +0200
gnu: soju: Update to 0.9.0. * gnu/packages/irc.scm (soju): Update to 0.9.0. [native-inputs] Remove go-google-golang-org-protobuf. Change-Id: I779e12f0018691ff944a4e0c64ad2fc60d3304d8 Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/irc.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index cad9cf87c5..10646a6037 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -1219,7 +1219,7 @@ seen, tell, and what.") (define-public soju (package (name "soju") - (version "0.8.2") + (version "0.9.0") (source (origin (method git-fetch) @@ -1228,7 +1228,7 @@ seen, tell, and what.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1dk9w87ksjvbhnchyyl4yhdlhjnc9s9hpzhykfiyh935g75zv66c")))) + (base32 "09d4h2rchhccrh6qhgqwbv0s1vsfzkmbv3j9f3ayaf9a9ml97d59")))) (build-system go-build-system) (arguments (list @@ -1261,6 +1261,7 @@ seen, tell, and what.") (list go-codeberg-org-emersion-go-scfg go-git-sr-ht-emersion-go-sqlite3-fts5 go-git-sr-ht-sircmpwn-go-bare + go-github-com-sherclockholmes-webpush-go go-github-com-coder-websocket go-github-com-emersion-go-sasl go-github-com-lib-pq @@ -1268,10 +1269,8 @@ seen, tell, and what.") go-github-com-msteinert-pam-v2 go-github-com-pires-go-proxyproto go-github-com-prometheus-client-golang - go-github-com-sherclockholmes-webpush-go go-golang-org-x-crypto go-golang-org-x-time - go-google-golang-org-protobuf go-gopkg-in-irc-v4 scdoc)) (home-page "https://soju.im/")