gnu: getmail6: Update to 6.18.9.
* gnu/packages/mail.scm (getmail6): Update to 6.18.9. [description]: Fix typo.
This commit is contained in:
		
							parent
							
								
									5d28f089ef
								
							
						
					
					
						commit
						ef2d908e22
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -47,6 +47,7 @@
 | 
				
			||||||
;;; Copyright © 2022 Andrew Tropin <andrew@trop.in>
 | 
					;;; Copyright © 2022 Andrew Tropin <andrew@trop.in>
 | 
				
			||||||
;;; Copyright © 2022 Justin Veilleux <terramorpha@cock.li>
 | 
					;;; Copyright © 2022 Justin Veilleux <terramorpha@cock.li>
 | 
				
			||||||
;;; Copyright © 2022 Thiago Jung Bauermann <bauermann@kolabnow.com>
 | 
					;;; Copyright © 2022 Thiago Jung Bauermann <bauermann@kolabnow.com>
 | 
				
			||||||
 | 
					;;; Copyright © 2022 Guillaume Le Vaillant <glv@posteo.net>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -1550,7 +1551,7 @@ pairs have previously synchronized.")
 | 
				
			||||||
(define-public getmail6
 | 
					(define-public getmail6
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "getmail6")
 | 
					    (name "getmail6")
 | 
				
			||||||
    (version "6.18.6")
 | 
					    (version "6.18.9")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -1559,7 +1560,7 @@ pairs have previously synchronized.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "08a5yw6ll1kmd1ardj8rzhsw4wl48zzdc87g5lh4p5snv8w2m4ja"))))
 | 
					                "1ch5hagkpybmkgg2wbb2mids3nbmjqgdqjhczzz7pvj4hx2m8fdb"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments (list #:tests? #f))      ;tests require docker
 | 
					    (arguments (list #:tests? #f))      ;tests require docker
 | 
				
			||||||
    (home-page "https://github.com/getmail6/getmail6")
 | 
					    (home-page "https://github.com/getmail6/getmail6")
 | 
				
			||||||
| 
						 | 
					@ -1568,7 +1569,7 @@ pairs have previously synchronized.")
 | 
				
			||||||
     "A flexible, extensible mail retrieval system with support for POP3,
 | 
					     "A flexible, extensible mail retrieval system with support for POP3,
 | 
				
			||||||
IMAP4, SSL variants of both, maildirs, mboxrd files, external MDAs, arbitrary
 | 
					IMAP4, SSL variants of both, maildirs, mboxrd files, external MDAs, arbitrary
 | 
				
			||||||
message filtering, single-user and domain-mailboxes, and many other useful
 | 
					message filtering, single-user and domain-mailboxes, and many other useful
 | 
				
			||||||
features.  This is a fork derived from getmali 5.14, aimed at Python 3
 | 
					features.  This is a fork derived from getmail 5.14, aimed at Python 3
 | 
				
			||||||
compatibility.")
 | 
					compatibility.")
 | 
				
			||||||
    (license license:gpl2+)))           ;see docs/COPYING
 | 
					    (license license:gpl2+)))           ;see docs/COPYING
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue