gnu: java-woodstox-core: Don't use unstable tarball.
* gnu/packages/java.scm (java-woodstox-core)[source]: Download using git-fetch.
This commit is contained in:
parent
b4578379e5
commit
e98fd9fe3f
1 changed files with 6 additions and 4 deletions
|
|
@ -9668,12 +9668,14 @@ interface and high-performance Typed Access API.")
|
||||||
(name "java-woodstox-core")
|
(name "java-woodstox-core")
|
||||||
(version "5.0.3")
|
(version "5.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/FasterXML/woodstox/archive/"
|
(uri (git-reference
|
||||||
"woodstox-core-" version ".tar.gz"))
|
(url "https://github.com/FasterXML/woodstox")
|
||||||
|
(commit (string-append "woodstox-core-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i7pdgb8jbw6gdy5kmm0l6rz109n2ns92pqalpyp24vb8vlvdfd4"))))
|
"0bfylk24a967hwxprxqbg6cdvm6n4ldcarp54yg980viwvjiglyp"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:jar-name "woodstox.jar"
|
`(#:jar-name "woodstox.jar"
|
||||||
|
|
|
||||||
Reference in a new issue