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 <sharlatanus@gmail.com>
This commit is contained in:
Daniel Ziltener 2025-04-09 02:15:00 +02:00 committed by Sharlatan Hellseher
parent d80b6134a4
commit 413b895a50
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1224,7 +1224,7 @@ seen, tell, and what.")
(define-public soju
(package
(name "soju")
(version "0.8.2")
(version "0.9.0")
(source
(origin
(method git-fetch)
@ -1233,7 +1233,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
@ -1266,6 +1266,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
@ -1273,10 +1274,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/")