me
/
guix
Archived
1
0
Fork 0

gnu: java-jsoup: Don't use unstable tarball.

* gnu/packages/web.scm (java-jsoup)[source]: Download using git-fetch.
master
Efraim Flashner 2019-12-24 18:26:31 +02:00
parent 93ab7e8d52
commit 7414698e61
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 4 deletions

View File

@ -6542,12 +6542,14 @@ container.")))
(name "java-jsoup") (name "java-jsoup")
(version "1.10.3") (version "1.10.3")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/jhy/jsoup/archive/jsoup-" (uri (git-reference
version ".tar.gz")) (url "https://github.com/jhy/jsoup")
(commit (string-append "jsoup-" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0xbzw7rjv7s4nz1xk9b2cnin6zkpaldmc3svk71waa7hhjgp0a20")))) "1hdpdx0x140r5x3yc251v7dj1h4j5a7nh9k885aw9q5vvz49lkf4"))))
(build-system ant-build-system) (build-system ant-build-system)
(arguments (arguments
`(#:jar-name "jsoup.jar" `(#:jar-name "jsoup.jar"