me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (java-plexus-interpolation)[source]: Download
using git-fetch.
master
Efraim Flashner 2020-03-29 22:15:45 +03:00
parent c53badd452
commit c4b67ba3a8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -3629,13 +3629,14 @@ more.")
(name "java-plexus-interpolation") (name "java-plexus-interpolation")
(version "1.23") (version "1.23")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/codehaus-plexus/" (uri (git-reference
"plexus-interpolation/archive/" (url "https://github.com/codehaus-plexus/plexus-interpolation")
"plexus-interpolation-" version ".tar.gz")) (commit (string-append "plexus-interpolation-" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"03377yzlx5q440m6sxxgv6a5qb8fl30zzcgxgc0hxk5qgl2z1jjn")))) "005hxxg1adv71a96lz4vp65bk3v1pi76j4c45z29xzizclib16vl"))))
(build-system ant-build-system) (build-system ant-build-system)
(arguments (arguments
`(#:jar-name "plexus-interpolation.jar" `(#:jar-name "plexus-interpolation.jar"