gnu: msmtp: Update to 1.8.7.
* gnu/packages/mail.scm (msmtp): Update to 1.8.7.
This commit is contained in:
		
							parent
							
								
									6610c518a9
								
							
						
					
					
						commit
						a4fd9423b0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1214,14 +1214,14 @@ which can add many functionalities to the base client.")
 | 
				
			||||||
(define-public msmtp
 | 
					(define-public msmtp
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "msmtp")
 | 
					    (name "msmtp")
 | 
				
			||||||
    (version "1.8.6")
 | 
					    (version "1.8.7")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://marlam.de/msmtp/releases/"
 | 
					       (uri (string-append "https://marlam.de/msmtp/releases/"
 | 
				
			||||||
                           "/msmtp-" version ".tar.xz"))
 | 
					                           "/msmtp-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1qa260xrm0fzlwxpjvgvq39m4dfkskjlyb7m4y2vlr8c8d3z29b6"))))
 | 
					        (base32 "1waiiksa57byb7gvx1zmh6srvl6r8rvwqklk0slb3iaf4kfbqlws"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("libsecret" ,libsecret)
 | 
					     `(("libsecret" ,libsecret)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue