mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
48fe942c85
commit
d0e6461370
1 changed files with 6 additions and 4 deletions
|
@ -3889,12 +3889,14 @@ from source tags and class annotations.")))
|
||||||
(name "java-plexus-cipher")
|
(name "java-plexus-cipher")
|
||||||
(version "1.7")
|
(version "1.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/codehaus-plexus/plexus-cipher"
|
(uri (git-reference
|
||||||
"/archive/plexus-cipher-" version ".tar.gz"))
|
(url "https://github.com/codehaus-plexus/plexus-cipher")
|
||||||
|
(commit (string-append "plexus-cipher-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j3r8xzlxlk340snkjp6lk2ilkxlkn8qavsfiq01f43xmvv8ymk3"))))
|
"0m638nzlxbmnbcj5cwdpgs326ab584yv0k803zlx37r6iqwvf6b0"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "plexus-cipher.jar"
|
`(#:jar-name "plexus-cipher.jar"
|
||||||
|
|
Loading…
Add table
Reference in a new issue