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:
		
							parent
							
								
									ad8beb6325
								
							
						
					
					
						commit
						bc3eaf9d83
					
				
					 1 changed files with 25 additions and 27 deletions
				
			
		| 
						 | 
				
			
			@ -404,20 +404,18 @@ 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))
 | 
			
		||||
    (version "2.3.7")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method git-fetch)
 | 
			
		||||
              (uri (git-reference
 | 
			
		||||
                    (url "https://gitlab.com/shackra/goimapnotify")
 | 
			
		||||
                      (commit commit)))
 | 
			
		||||
                    (commit version)))
 | 
			
		||||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                  "1h27kshx4vwl5k6vc2szsq3d701fzs4gczjypz907f8hj0lrnjmy"))))
 | 
			
		||||
                "06jhxvhdvdv049qpvp8ahnhvswvbpakpw7aq2lw790f3x89px2ss"))))
 | 
			
		||||
    (build-system go-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:import-path "gitlab.com/shackra/goimapnotify"))
 | 
			
		||||
| 
						 | 
				
			
			@ -431,7 +429,7 @@ software.  GNU Mailutils provides the following commands:
 | 
			
		|||
     "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+))))
 | 
			
		||||
    (license license:gpl3+)))
 | 
			
		||||
 | 
			
		||||
(define-public guile2.2-mailutils
 | 
			
		||||
  (package
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue