guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: f3: Don't use unstable tarball.


From: Tobias Geerinckx-Rice
Subject: 07/10: gnu: f3: Don't use unstable tarball.
Date: Tue, 14 Aug 2018 18:36:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b3307bfdf9ebf6808fe15dce9fd2712db6f5b909
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 14 21:26:46 2018 +0200

    gnu: f3: Don't use unstable tarball.
    
    * gnu/packages/disk.scm (f3)[source]: Use GIT-FETCH and GIT-FILE-NAME.
---
 gnu/packages/disk.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 9d05b24..e101d33 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -398,13 +398,14 @@ systems.  Output format is completely customizable.")
     (version "6.0")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "https://github.com/AltraMayor/f3/archive/";
-                          "v" version ".tar.gz"))
-      (file-name (string-append name "-" version ".tar.gz"))
+      (method git-fetch)
+      (uri (git-reference
+            (url "https://github.com/AltraMayor/f3.git";)
+            (commit (string-append "v" version))))
+      (file-name (git-file-name name version))
       (sha256
        (base32
-        "1mgbzc1swvgil45md1336j0aqkmkhwmpxical0ln5g09b2qxsanp"))))
+        "1azi10ba0h9z7m0gmfnyymmfqb8380k9za8hn1rrw1s442hzgnz2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; no check target



reply via email to

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