guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: l-abbaye-des-morts: Don't use unstable tarball.


From: guix-commits
Subject: 07/07: gnu: l-abbaye-des-morts: Don't use unstable tarball.
Date: Thu, 28 Mar 2019 18:56:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit feb50ac6dc34ea88f33958b08c967ed99234868e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 00:54:44 2019 +0100

    gnu: l-abbaye-des-morts: Don't use unstable tarball.
    
    This also fixes a build failure due to the use of NAME.
    
    * gnu/packages/games.scm (l-abbaye-des-morts)[source]: Use GIT-FETCH and
    GIT-FILE-NAME.
---
 gnu/packages/games.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 10aa1da..4b3cedb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1269,13 +1269,13 @@ can be explored and changed freely.")
     (version "2.0.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/nevat/abbayedesmorts-gpl/";
-                           "archive/v" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/nevat/abbayedesmorts-gpl.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1a67b0hq6271dd7pvwndjq29cwn2n8gawwz17xafa3k1hrhf8vw3"))
+        (base32 "1pwqf7r9bqb2p3xrw9i7y8pgr1401fy3mnnqpb1qkhmdl3gqi9hb"))
        (modules '((guix build utils)))
        (snippet
         ;; Unbundle fonts.



reply via email to

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