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+))))
 | 
					     (list license:gpl3+ license:lgpl3+))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public go-gitlab.com-shackra-goimapnotify
 | 
					(define-public go-gitlab.com-shackra-goimapnotify
 | 
				
			||||||
  (let ((commit "832bc7112db9b28e28d69e90b91ea6c005244c9b")
 | 
					 | 
				
			||||||
        (revision "0"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "go-gitlab.com-shackra-goimapnotify")
 | 
					    (name "go-gitlab.com-shackra-goimapnotify")
 | 
				
			||||||
      (version (git-version "0.0.0" revision commit))
 | 
					    (version "2.3.7")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
                    (url "https://gitlab.com/shackra/goimapnotify")
 | 
					                    (url "https://gitlab.com/shackra/goimapnotify")
 | 
				
			||||||
                      (commit commit)))
 | 
					                    (commit version)))
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                  "1h27kshx4vwl5k6vc2szsq3d701fzs4gczjypz907f8hj0lrnjmy"))))
 | 
					                "06jhxvhdvdv049qpvp8ahnhvswvbpakpw7aq2lw790f3x89px2ss"))))
 | 
				
			||||||
    (build-system go-build-system)
 | 
					    (build-system go-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:import-path "gitlab.com/shackra/goimapnotify"))
 | 
					     `(#: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
 | 
					     "Script to execute scripts on IMAP mailbox changes (new/deleted/updated
 | 
				
			||||||
messages) using IDLE.  Implemented in Go.")
 | 
					messages) using IDLE.  Implemented in Go.")
 | 
				
			||||||
    (home-page "https://gitlab.com/shackra/goimapnotify")
 | 
					    (home-page "https://gitlab.com/shackra/goimapnotify")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public guile2.2-mailutils
 | 
					(define-public guile2.2-mailutils
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue