mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: mblaze: Update to 1.2.
* gnu/packages/mail.scm (mblaze): Update to 1.2. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
41f41c0f22
commit
2f51d374b8
1 changed files with 2 additions and 2 deletions
|
@ -2717,7 +2717,7 @@ (define-public mb2md
|
|||
(define-public mblaze
|
||||
(package
|
||||
(name "mblaze")
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2726,7 +2726,7 @@ (define-public mblaze
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bir977vnqs76g8jgv1yivqw0wk2kn56l3l5r4w2ipix3fir138y"))))
|
||||
(base32 "0fa8s9dp5ilwmfcwkx72x2b5i0maa5sl97hv2cdknqmc27gv0b1c"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list perl))
|
||||
|
|
Loading…
Reference in a new issue