guix-commits
[Top][All Lists]
Advanced

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

44/176: gnu: nyacc-boot: Update to new gitlab url scheme.


From: Jan Nieuwenhuizen
Subject: 44/176: gnu: nyacc-boot: Update to new gitlab url scheme.
Date: Fri, 31 Aug 2018 11:20:11 -0400 (EDT)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 9f5e4cb9676105414873a6fd4a367883935b99c6
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sat Apr 21 23:09:41 2018 +0200

    gnu: nyacc-boot: Update to new gitlab url scheme.
    
    * gnu/packages/mes.scm (nyacc-boot): Update to new gitlab url scheme.
---
 gnu/packages/mes.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 1cb4f52..ce0f4ae 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -320,12 +320,11 @@ Guile-] Scheme interpreter prototype in C and a 
Nyacc-based C compiler in
       (source (origin
                 (method url-fetch)
                 (uri (string-append "https://gitlab.com/janneke/nyacc";
-                                    "/repository/archive.tar.gz?ref="
-                                    commit))
-                (file-name (string-append name "-" version ".tar.xz"))
+                                    "/-/archive/" commit
+                                    "/nyacc-" commit ".tar.gz"))
                 (sha256
                  (base32
-                  "046bf0935fa0zfwncd5sr3dm103ijsrvzbanq22a4gps30ck7hmc"))))
+                  "0dlcqmchhl57nh7f0v6qb1kkbi7zbs3b185hcqv57fhb60b7rgcq"))))
       (build-system gnu-build-system)
       (native-inputs
        `(("guile" ,guile-2.2)))



reply via email to

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