gnu: mutt: Update to 1.14.3.
* gnu/packages/mail.scm (mutt): Update to 1.14.3.
This commit is contained in:
		
							parent
							
								
									2df4ef03f0
								
							
						
					
					
						commit
						3cd7403584
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -421,7 +421,7 @@ aliasing facilities to work just as they would on normal mail.")
 | 
				
			||||||
(define-public mutt
 | 
					(define-public mutt
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mutt")
 | 
					    (name "mutt")
 | 
				
			||||||
    (version "1.14.2")
 | 
					    (version "1.14.3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (list
 | 
					             (uri (list
 | 
				
			||||||
| 
						 | 
					@ -431,7 +431,7 @@ aliasing facilities to work just as they would on normal mail.")
 | 
				
			||||||
                                   version ".tar.gz")))
 | 
					                                   version ".tar.gz")))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0cdcls0x6f2w99hkjz48hxhnx86w3bnyxzibchdc9yspih770bz2"))
 | 
					               "0wd4cv1c9hqymvml979g607nh3xxmlyx1ifc4r4qf39v6grnsmdi"))
 | 
				
			||||||
             (patches (search-patches "mutt-store-references.patch"))))
 | 
					             (patches (search-patches "mutt-store-references.patch"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue