guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add m2-planet-1.9.0


From: guix-commits
Subject: 01/02: gnu: Add m2-planet-1.9.0
Date: Tue, 7 Nov 2023 10:43:01 -0500 (EST)

janneke pushed a commit to branch master
in repository guix.

commit 009621092b4b332451d36d0232c3cf673f6d5e9f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Nov 7 16:08:51 2023 +0100

    gnu: Add m2-planet-1.9.0
    
    * gnu/packages/mes.scm (m2-planet-1.9.0): New variable.
---
 gnu/packages/mes.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 2a55258a92..3e0fdcd0fd 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -268,3 +268,19 @@ built as Phase-5 of the full source bootstrapping process 
and is capable of
 building GNU Mes.")
     (home-page "https://github.com/oriansj/m2-planet";)
     (license gpl3+)))
+
+(define-public m2-planet-1.9.0
+  (package
+    (inherit m2-planet)
+    (name "m2-planet")
+    (version "1.9.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))
+              (sha256
+               (base32
+                "0cgvvq91cbxxm93k8ayyvhpaf3c2lv10qw4wyqwn3hc1qb1cfyvr"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]