gnu: mblaze: Update to 1.1.
* gnu/packages/mail.scm (mblaze): Update to 1.1.
This commit is contained in:
		
							parent
							
								
									e48cdbb9f6
								
							
						
					
					
						commit
						976d072aa2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2631,7 +2631,7 @@ converts them to maildir format directories.")
 | 
				
			||||||
(define-public mblaze
 | 
					(define-public mblaze
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mblaze")
 | 
					    (name "mblaze")
 | 
				
			||||||
    (version "1.0")
 | 
					    (version "1.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2640,7 +2640,7 @@ converts them to maildir format directories.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0hxy3mjjv4hg856sl1r15fdmqaw4s9c26b3lidsd5x0kpqy601ai"))))
 | 
					        (base32 "1bir977vnqs76g8jgv1yivqw0wk2kn56l3l5r4w2ipix3fir138y"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("perl" ,perl)))
 | 
					     `(("perl" ,perl)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue