mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hydroxide: Update to 0.2.30.
* gnu/packages/mail.scm (hydroxide): Update to 0.2.30. [native-inputs]: Remove go-github-com-boltdb-bolt; add go-github-com-emersion-go-sasl and go-go-etcd-io-bbolt. Change-Id: I5c0292f7233b76eeefee22bcf0aa320050aa652e
This commit is contained in:
parent
ab0b41a6d4
commit
f25ce44a74
1 changed files with 8 additions and 7 deletions
|
@ -5336,16 +5336,16 @@ features:
|
||||||
(define-public hydroxide
|
(define-public hydroxide
|
||||||
(package
|
(package
|
||||||
(name "hydroxide")
|
(name "hydroxide")
|
||||||
(version "0.2.29")
|
(version "0.2.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/emersion/hydroxide")
|
(url "https://github.com/emersion/hydroxide")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11gbikrgm7nf0zjav64202wsnr9pvrmslm2rzg9d9rbvwdqcq1jl"))))
|
(base32 "12mfly2nnl1zrwjnnwigmi2kkn0aw8jvhfpcbsyqg4xnhj8gqd1y"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -5353,15 +5353,16 @@ features:
|
||||||
#:import-path "github.com/emersion/hydroxide/cmd/hydroxide"
|
#:import-path "github.com/emersion/hydroxide/cmd/hydroxide"
|
||||||
#:unpack-path "github.com/emersion/hydroxide"))
|
#:unpack-path "github.com/emersion/hydroxide"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-protonmail-go-crypto
|
(list go-github-com-emersion-go-bcrypt
|
||||||
go-github-com-boltdb-bolt
|
|
||||||
go-github-com-emersion-go-bcrypt
|
|
||||||
go-github-com-emersion-go-imap
|
go-github-com-emersion-go-imap
|
||||||
go-github-com-emersion-go-mbox
|
go-github-com-emersion-go-mbox
|
||||||
go-github-com-emersion-go-message
|
go-github-com-emersion-go-message
|
||||||
|
go-github-com-emersion-go-sasl
|
||||||
go-github-com-emersion-go-smtp
|
go-github-com-emersion-go-smtp
|
||||||
go-github-com-emersion-go-vcard
|
go-github-com-emersion-go-vcard
|
||||||
go-github-com-emersion-go-webdav
|
go-github-com-emersion-go-webdav
|
||||||
|
go-github-com-protonmail-go-crypto
|
||||||
|
go-go-etcd-io-bbolt
|
||||||
go-golang-org-x-crypto
|
go-golang-org-x-crypto
|
||||||
go-golang-org-x-term))
|
go-golang-org-x-term))
|
||||||
(home-page "https://github.com/emersion/hydroxide")
|
(home-page "https://github.com/emersion/hydroxide")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue