gnu: mblaze: Update to 1.1.

* gnu/packages/mail.scm (mblaze): Update to 1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-17 23:38:47 +01:00
parent e48cdbb9f6
commit 976d072aa2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2631,7 +2631,7 @@ (define-public mb2md
(define-public mblaze
(package
(name "mblaze")
(version "1.0")
(version "1.1")
(source
(origin
(method git-fetch)
@ -2640,7 +2640,7 @@ (define-public mblaze
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0hxy3mjjv4hg856sl1r15fdmqaw4s9c26b3lidsd5x0kpqy601ai"))))
(base32 "1bir977vnqs76g8jgv1yivqw0wk2kn56l3l5r4w2ipix3fir138y"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl)))