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