mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Fix source-url for some java packages.
For the apache updater to find the updates, the path-part of the source-url must start with a single slash. * gnu/packages/java.scm (java-apache-ivy, java-httpcomponents-httpcore)[source]: Fix url.
This commit is contained in:
parent
0cc4cf3fe9
commit
e426045c09
1 changed files with 2 additions and 2 deletions
|
|
@ -6723,7 +6723,7 @@ it records all mock invocations, including methods arguments.")
|
||||||
(version "4.4.6")
|
(version "4.4.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://apache//httpcomponents/httpcore/"
|
(uri (string-append "mirror://apache/httpcomponents/httpcore/"
|
||||||
"source/httpcomponents-core-"
|
"source/httpcomponents-core-"
|
||||||
version "-src.tar.gz"))
|
version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
@ -13436,7 +13436,7 @@ jsch-agent-proxy with JSch.")))
|
||||||
(version "2.4.0")
|
(version "2.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://apache//ant/ivy/" version
|
(uri (string-append "mirror://apache/ant/ivy/" version
|
||||||
"/apache-ivy-" version "-src.tar.gz"))
|
"/apache-ivy-" version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue