guix: m2-planet: Update to 1.7.0-31-g358b6cf.
* guix/git/mes.scm (m2-planet)[source]: Update to 1.7.0-31-g358b6cf.
This commit is contained in:
parent
c881e18dae
commit
4a77600868
|
@ -92,17 +92,15 @@ get_machine.")
|
||||||
(define-public m2-planet
|
(define-public m2-planet
|
||||||
(package
|
(package
|
||||||
(name "m2-planet")
|
(name "m2-planet")
|
||||||
(version "1.7.0")
|
(version "1.7.0-31-g358b6cf")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method git-fetch)
|
(uri (string-append
|
||||||
(uri (git-reference
|
"https://lilypond.org/janneke/guix/20210101/"
|
||||||
(url "https://github.com/oriansj/m2-planet.git")
|
"m2-planet-" version ".tar.gz"))
|
||||||
(commit (string-append "Release_" version))))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"052j63xv44zqy7jndjw36jpyciz00p11d78w2rhy539qa5vdzad7"))))
|
"1l20drk9pgxxqbbz635p7cb26s6cw70qlgrzmf46p2vfs3pyalks"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("mescc-tools" ,mescc-tools)))
|
`(("mescc-tools" ,mescc-tools)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue