mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: commencement: mes-boot: Update to 0.22.
* gnu/packages/commencement.scm (mes-boot): Update to 0.22.
This commit is contained in:
parent
062bc72117
commit
1fdc6a3829
1 changed files with 3 additions and 3 deletions
|
@ -498,14 +498,14 @@ (define mes-boot
|
|||
(package
|
||||
(inherit mes)
|
||||
(name "mes-boot")
|
||||
(version "0.21-33-g6d493b90d")
|
||||
(version "0.22")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://lilypond.org/janneke/mes/"
|
||||
(uri (string-append "mirror://gnu/mes/"
|
||||
"mes-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nr74zyam5n82svjwfbcz2mycj88vvsqab12x0mxv1lm6yqxqmmj"))))
|
||||
"0p1jsrrmcbc0zrvbvnjbb6iyxr0in71km293q8qj6gnar6bw09av"))))
|
||||
(inputs '())
|
||||
(propagated-inputs '())
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue