guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mescc-tools: Update to 1.5.0.


From: guix-commits
Subject: 01/02: gnu: mescc-tools: Update to 1.5.0.
Date: Sun, 5 Nov 2023 05:05:13 -0500 (EST)

janneke pushed a commit to branch master
in repository guix.

commit 09feb16a0c57c7cf22323c7251c57796f9461a44
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Nov 5 10:28:40 2023 +0100

    gnu: mescc-tools: Update to 1.5.0.
    
    * gnu/packages/mes.scm (mescc-tools): Update to 1.5.0.
    
    Change-Id: I53f6923b8378b5205356e068aa1f1481a9bf7b42
---
 gnu/packages/mes.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index a7924d943d..93353ff9d2 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -206,17 +206,15 @@ Guile.")
 (define-public mescc-tools
   (package
     (name "mescc-tools")
-    (version "1.4.0")
+    (version "1.5.0")
     (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://git.savannah.nongnu.org/r/mescc-tools.git";)
-                    (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/mescc-tools/releases/download/";
+                    "Release_" version "/" name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0z2ni2qn2np1walcaqlxz8sinzb78d4hiq9glddzf26wxc226hs4"))))
+                "1vjczlajyrbjcx9ld35vhdqbxfdwwy3axg0jray3iwnrf70qr700"))))
     (build-system gnu-build-system)
     (supported-systems '("i686-linux" "x86_64-linux"
                          "armhf-linux" "aarch64-linux"



reply via email to

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