guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mes: Update to 0.13.


From: Jan Nieuwenhuizen
Subject: 01/01: gnu: mes: Update to 0.13.
Date: Sat, 28 Apr 2018 09:31:59 -0400 (EDT)

janneke pushed a commit to branch master
in repository guix.

commit 5559e01fe04dc463ef7cc705a9cc3f6cd3ab3ae6
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sat Apr 28 15:30:49 2018 +0200

    gnu: mes: Update to 0.13.
    
    * gnu/packages/mes.scm (mes): Update to 0.13.  Use new gitlab url scheme.
---
 gnu/packages/mes.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 5c832f9..d2ce394 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -60,16 +60,15 @@ extensive examples, including parsers for the Javascript 
and C99 languages.")
   (let ((triplet "i686-unknown-linux-gnu"))
     (package
       (name "mes")
-      (version "0.12")
+      (version "0.13")
       (source (origin
                 (method url-fetch)
                 (uri (string-append "https://gitlab.com/janneke/mes";
-                                    "/repository/archive.tar.gz?ref=v"
-                                    version))
-                (file-name (string-append name "-" version ".tar.gz"))
+                                    "/-/archive/v" version
+                                    "/mes-" version ".tar.gz"))
                 (sha256
                  (base32
-                  "0lbwmyl5262z28kpac6kmxxx8aglzy8n6bsicp5lyzkmzkzvjnh2"))))
+                  "0db4f32rak839ff3n7ywkkng9672457pd2pvvgvcsyndqmmdsqw0"))))
       (build-system gnu-build-system)
       (supported-systems '("i686-linux" "x86_64-linux"))
       (propagated-inputs



reply via email to

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