gnu: dovecot: Update to 2.3.4.
* gnu/packages/mail.scm (dovecot): Update to 2.3.4.
This commit is contained in:
		
							parent
							
								
									0a9d1c5ab7
								
							
						
					
					
						commit
						bc6062aef5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1202,7 +1202,7 @@ facilities for checking incoming mail.")
 | 
				
			||||||
(define-public dovecot
 | 
					(define-public dovecot
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "dovecot")
 | 
					    (name "dovecot")
 | 
				
			||||||
    (version "2.3.2.1")
 | 
					    (version "2.3.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1210,7 +1210,7 @@ facilities for checking incoming mail.")
 | 
				
			||||||
                           (version-major+minor version) "/"
 | 
					                           (version-major+minor version) "/"
 | 
				
			||||||
                           name "-" version ".tar.gz"))
 | 
					                           name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256 (base32
 | 
					       (sha256 (base32
 | 
				
			||||||
                "0d2ffbicgl3wswbnyjbw6qigz7r1aqzprpchbwp5cynw122i2raa"))))
 | 
					                "01ggzf7b3jpl89mjiqr7xbpbs181g2gjf6wzg70qaqfzz3ppc6yr"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue