gnu: dovecot: Update to 2.2.30.2.
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.2.
This commit is contained in:
		
							parent
							
								
									6b982a7846
								
							
						
					
					
						commit
						de3108835c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1089,7 +1089,7 @@ facilities for checking incoming mail.")
 | 
				
			||||||
(define-public dovecot
 | 
					(define-public dovecot
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "dovecot")
 | 
					    (name "dovecot")
 | 
				
			||||||
    (version "2.2.30.1")
 | 
					    (version "2.2.30.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1097,7 +1097,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
 | 
				
			||||||
                "1943n0b9zcwvymslai9qmdmnfy47zdnqjwkql586imycyx4xnjch"))))
 | 
					                "17hqhzfqlk08d20x9rwi0lyvy13pc0x8sr1zcg89vapf3jfagnzk"))))
 | 
				
			||||||
    (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