gnu: m2-planet: Update to 1.11.0.

* gnu/packages/mes.scm (m2-planet): Update to 1.11.0.

Change-Id: I65ebb434a090e0a57dac50764f16523946a6fa3f
This commit is contained in:
Janneke Nieuwenhuizen 2023-11-05 10:58:38 +01:00
parent 09feb16a0c
commit 7684214b3d
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -237,19 +237,20 @@ (define-public mescc-tools
(define-public m2-planet
(package
(name "m2-planet")
(version "1.9.0")
(version "1.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/oriansj/m2-planet")
(commit (string-append "Release_" version))
(recursive? #t))) ;for M2libc
(file-name (git-file-name name version))
(method url-fetch)
(uri (string-append
"https://github.com/oriansj/M2-Planet/releases/download/"
"Release_" version "/" name "-" version ".tar.gz"))
(sha256
(base32
"0cgvvq91cbxxm93k8ayyvhpaf3c2lv10qw4wyqwn3hc1qb1cfyvr"))))
"1c510p55amxjyvjlx9jpa30gixlgmf6mmfnaqcs46412krymwg38"))))
(native-inputs (list mescc-tools))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"
"armhf-linux" "aarch64-linux"
"riscv32-linux" "riscv64-linux"))
(arguments
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
,(string-append "CC=" (cc-for-target)))