guix: m2-planet: Update to 1.8.0.

* guix/git/mes.scm (m2-planet)[source]: Update to 1.8.0.
[arguments]: Remove patch-prefix stage.
[home-page]: Fix.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-04-30 08:51:35 +02:00
parent 93254bac8b
commit d0e5f812f3
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -92,15 +92,17 @@ get_machine.")
(define-public m2-planet (define-public m2-planet
(package (package
(name "m2-planet") (name "m2-planet")
(version "1.7.0-32-gaa3472b") (version "1.8.0")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://lilypond.org/janneke/guix/20210502/" (url "https://github.com/oriansj/m2-planet")
"m2-planet-" version ".tar.gz")) (commit (string-append "Release_" version))
(recursive? #t))) ;for M2libc
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1618fzav21x4vs29iv7g55c6xwnzjjcijw2z7yn5mcizhaxcaqck")))) "0525fhijrjljgaabmgsjy8yk2pmh5zf8lwa44wpvkjc18knl7nza"))))
(native-inputs (list mescc-tools)) (native-inputs (list mescc-tools))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
@ -109,18 +111,13 @@ get_machine.")
#:tests? #f #:tests? #f
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases
(delete 'bootstrap) (delete 'bootstrap)
(delete 'configure) (delete 'configure))))
(add-after 'unpack 'patch-prefix
(lambda _
(substitute* "sha256.sh"
(("\\$\\(which sha256sum\\)") (which "sha256sum")))
#t)))))
(synopsis "The PLAtform NEutral Transpiler") (synopsis "The PLAtform NEutral Transpiler")
(description (description
"M2-Planet, The PLAtform NEutral Transpiler, when combined with "M2-Planet, The PLAtform NEutral Transpiler, when combined with
mescc-tools compiles a subset of the C language into working binaries mescc-tools compiles a subset of the C language into working binaries
with introspective steps inbetween.") with introspective steps inbetween.")
(home-page "https://savannah.nongnu.org/projects/mescc-tools") (home-page "https://github.com/oriansj/m2-planet")
(license gpl3+))) (license gpl3+)))
(define-public nyacc-0.99 (define-public nyacc-0.99