guix-commits
[Top][All Lists]
Advanced

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

08/19: gnu: java-plexus-cipher: Don't use unstable tarball.


From: guix-commits
Subject: 08/19: gnu: java-plexus-cipher: Don't use unstable tarball.
Date: Mon, 30 Mar 2020 03:10:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d0e6461370210cc35643e0a37a7cb1c6799701ac
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Mar 30 09:08:28 2020 +0300

    gnu: java-plexus-cipher: Don't use unstable tarball.
    
    * gnu/packages/java.scm (java-plexus-cipher)[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 f04dfe0..b4fb1e5 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3889,12 +3889,14 @@ from source tags and class annotations.")))
     (name "java-plexus-cipher")
     (version "1.7")
     (source (origin
-              (method url-fetch)
-              (uri (string-append 
"https://github.com/codehaus-plexus/plexus-cipher";
-                                  "/archive/plexus-cipher-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/codehaus-plexus/plexus-cipher";)
+                     (commit (string-append "plexus-cipher-" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1j3r8xzlxlk340snkjp6lk2ilkxlkn8qavsfiq01f43xmvv8ymk3"))))
+                "0m638nzlxbmnbcj5cwdpgs326ab584yv0k803zlx37r6iqwvf6b0"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "plexus-cipher.jar"



reply via email to

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