guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-hall: Use git tag.


From: guix-commits
Subject: 01/02: gnu: guile-hall: Use git tag.
Date: Fri, 15 Feb 2019 11:44:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit feb11b08724f1101719decd669a68ae8581b5576
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Feb 15 17:37:28 2019 +0100

    gnu: guile-hall: Use git tag.
    
    * gnu/packages/guile-xyz.scm (guile-hall)[source]: Use tag and 
git-file-name.
---
 gnu/packages/guile-xyz.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 1ae24ef..2dd9160 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1253,14 +1253,14 @@ above command-line parameters.")
     (name "guile-hall")
     (version "0.2")
     (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://gitlab.com/a-sassmannshausen/guile-hall";)
-               (commit "54aeeb088ea2f1168090b7cdb95e3e70884f52f3")))
-        (file-name "guile-hall-0.2-checkout")
-        (sha256 (base32
-                 "1bkbqgj24xh5b65sw2m98iggpi67b72szx1dsiq3cpzlcxplmgaz"))))
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.com/a-sassmannshausen/guile-hall";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256 (base32
+                "1bkbqgj24xh5b65sw2m98iggpi67b72szx1dsiq3cpzlcxplmgaz"))))
     (build-system gnu-build-system)
     (arguments
       `(#:modules



reply via email to

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