guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: java-fest-assert: Don't use unstable tarball.


From: guix-commits
Subject: 06/08: gnu: java-fest-assert: Don't use unstable tarball.
Date: Mon, 20 Apr 2020 02:21:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e9917c696bec193e6e6527ca62000a716b8277c2
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Apr 19 22:11:55 2020 +0300

    gnu: java-fest-assert: Don't use unstable tarball.
    
    * gnu/packages/java.scm (java-fest-assert)[source]: Download using
    git-fetch.
---
 gnu/packages/java.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 5ed708d..1ad188b 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -9167,12 +9167,14 @@ those in Perl and JavaScript.")
     (name "java-fest-assert")
     (version "2.0M10")
     (source (origin
-              (method url-fetch)
-              (uri (string-append 
"https://github.com/alexruiz/fest-assert-2.x/";
-                                  "archive/fest-assert-core-" version 
".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/alexruiz/fest-assert-2.x/";)
+                     (commit (string-append "fest-assert-core-" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bi0iqavikzww6rxvz5jyg7y6bflv95s6ibryxx0xfcxrrw6i5lw"))))
+                "1cp8zzyag3s85fz2w68sda9zzaal1y5f9wl8g72wkm12an40w6by"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "java-fest-assert.jar"



reply via email to

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