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:
Jan (janneke) Nieuwenhuizen 2021-01-01 18:53:07 +01:00
parent c881e18dae
commit 4a77600868
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 9 additions and 11 deletions

View File

@ -92,17 +92,15 @@ get_machine.")
(define-public m2-planet
(package
(name "m2-planet")
(version "1.7.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/oriansj/m2-planet.git")
(commit (string-append "Release_" version))))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"052j63xv44zqy7jndjw36jpyciz00p11d78w2rhy539qa5vdzad7"))))
(version "1.7.0-31-g358b6cf")
(source (origin
(method url-fetch)
(uri (string-append
"https://lilypond.org/janneke/guix/20210101/"
"m2-planet-" version ".tar.gz"))
(sha256
(base32
"1l20drk9pgxxqbbz635p7cb26s6cw70qlgrzmf46p2vfs3pyalks"))))
(native-inputs
`(("mescc-tools" ,mescc-tools)))
(build-system gnu-build-system)