GNU bug report logs -
#56703
[PATCH] gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.3.7.
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Fri, 22 Jul 2022 14:56:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 56703 in the body.
You can then email your comments to 56703 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#56703
; Package
guix-patches
.
(Fri, 22 Jul 2022 14:56:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Morgan.J.Smith <at> outlook.com
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 22 Jul 2022 14:56:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.3.7.
---
Tested working on my system and passes guix lint. Doesn't look like anything
depends on this package
gnu/packages/mail.scm | 52 +++++++++++++++++++++----------------------
1 file changed, 25 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 556c5b4305..dfbaccd782 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -403,34 +403,32 @@ (define-public mailutils
(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
--
2.37.0
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 06 Aug 2022 21:06:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Morgan.J.Smith <at> outlook.com
:
bug acknowledged by developer.
(Sat, 06 Aug 2022 21:06:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 56703-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Morgan.J.Smith <at> outlook.com skribis:
> From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
>
> * gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.3.7.
Applied, thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 Sep 2022 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 351 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.