guix-commits
[Top][All Lists]
Advanced

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

12/19: gnu: java-modello-core: Don't use unstable tarball.


From: guix-commits
Subject: 12/19: gnu: java-modello-core: Don't use unstable tarball.
Date: Mon, 30 Mar 2020 03:10:16 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit df9487c5943d923751127c20ccb2e8bec726113d
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Mar 30 09:39:14 2020 +0300

    gnu: java-modello-core: Don't use unstable tarball.
    
    * gnu/packages/java.scm (java-modello-core)[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 fe9a899..5a7a75a 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -4159,12 +4159,14 @@ project and determining what files need to be rebuilt.")
     (name "java-modello-core")
     (version "1.9.1")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/codehaus-plexus/modello";
-                                  "/archive/modello-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/codehaus-plexus/modello";)
+                     (commit (string-append "modello-" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "0l2pvns8pmlrmjm3iknp7gpg3654y1m8qhy55b19sdwdchdcyxfh"))))
+                "1di6ni42aqllpdvkpyfcw70352vr2i8wf6hd5nhd9kmqjb5dj5j4"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "modello-core.jar"



reply via email to

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