guix: m2-planet: Update to 0.10.0-1-c82fb8c353.

* guix/git/mes.scm (m2-planet)[source]: Update to
0.10.0-1-c82fb8c3530e93fd49efe60da785ffff827ea4d.
This commit is contained in:
Janneke Nieuwenhuizen 2023-05-27 14:37:15 +02:00
parent 6bcc8813cf
commit 60c4c193ef
1 changed files with 3 additions and 3 deletions

View File

@ -88,8 +88,8 @@ get_machine.")
(define-public m2-planet
(let ((version "1.10.0")
(revision "0")
(commit "754c5de7d9ba980b98f3213d1f446cf59166dc16"))
(revision "1")
(commit "c82fb8c3530e93fd49efe60da785ffff827ea4d"))
(package
(name "m2-planet")
(version (git-version version revision commit))
@ -102,7 +102,7 @@ get_machine.")
(file-name (git-file-name name version))
(sha256
(base32
"15hjnq7rimspbjddi8fnx1azcyajbnbv404zbgim8aq42k498fnp"))))
"1fy6ll8z96y6xzyi7zfgsn07rxxvfm600i8f8vwc57266a3sds9j"))))
(native-inputs (list mescc-tools))
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"