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

* gnu/packages/java.scm (java-plexus-cipher)[source]: Download using
git-fetch.
This commit is contained in:
Efraim Flashner 2020-03-30 09:08:28 +03:00
parent 48fe942c85
commit d0e6461370
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3889,12 +3889,14 @@ (define-public java-plexus-cipher
(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"