gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.3.7.

* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.3.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Morgan Smith 2022-07-22 10:54:32 -04:00 committed by Ludovic Courtès
parent ad8beb6325
commit bc3eaf9d83
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 25 additions and 27 deletions

View File

@ -404,34 +404,32 @@ software. GNU Mailutils provides the following commands:
(list license:gpl3+ license:lgpl3+))))
(define-public go-gitlab.com-shackra-goimapnotify
(let ((commit "832bc7112db9b28e28d69e90b91ea6c005244c9b")
(revision "0"))
(package
(name "go-gitlab.com-shackra-goimapnotify")
(version (git-version "0.0.0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/shackra/goimapnotify")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1h27kshx4vwl5k6vc2szsq3d701fzs4gczjypz907f8hj0lrnjmy"))))
(build-system go-build-system)
(arguments
`(#:import-path "gitlab.com/shackra/goimapnotify"))
(propagated-inputs
(list go-github-com-emersion-go-imap
go-github-com-emersion-go-imap-idle
go-github-com-emersion-go-sasl go-github-com-sirupsen-logrus
go-golang-org-x-text))
(synopsis "Execute scripts on IMAP mailbox changes")
(description
"Script to execute scripts on IMAP mailbox changes (new/deleted/updated
(package
(name "go-gitlab.com-shackra-goimapnotify")
(version "2.3.7")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/shackra/goimapnotify")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"06jhxvhdvdv049qpvp8ahnhvswvbpakpw7aq2lw790f3x89px2ss"))))
(build-system go-build-system)
(arguments
`(#:import-path "gitlab.com/shackra/goimapnotify"))
(propagated-inputs
(list go-github-com-emersion-go-imap
go-github-com-emersion-go-imap-idle
go-github-com-emersion-go-sasl go-github-com-sirupsen-logrus
go-golang-org-x-text))
(synopsis "Execute scripts on IMAP mailbox changes")
(description
"Script to execute scripts on IMAP mailbox changes (new/deleted/updated
messages) using IDLE. Implemented in Go.")
(home-page "https://gitlab.com/shackra/goimapnotify")
(license license:gpl3+))))
(home-page "https://gitlab.com/shackra/goimapnotify")
(license license:gpl3+)))
(define-public guile2.2-mailutils
(package