diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-01-09 12:01:25 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-01-09 12:06:28 +0100 |
| commit | e426045c098e90131fa3fdd3755f4da90d465f3b (patch) | |
| tree | fbf0dca54e223080b8928c9fb19efeb693c8c15f /gnu | |
| parent | 0cc4cf3fe9e271ffaba02510623f6a5c496c13d7 (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/java.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index fd693b1e44e..9490c50b7c7 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm | |||
| @@ -6723,7 +6723,7 @@ it records all mock invocations, including methods arguments.") | |||
| 6723 | (version "4.4.6") | 6723 | (version "4.4.6") |
| 6724 | (source (origin | 6724 | (source (origin |
| 6725 | (method url-fetch) | 6725 | (method url-fetch) |
| 6726 | (uri (string-append "mirror://apache//httpcomponents/httpcore/" | 6726 | (uri (string-append "mirror://apache/httpcomponents/httpcore/" |
| 6727 | "source/httpcomponents-core-" | 6727 | "source/httpcomponents-core-" |
| 6728 | version "-src.tar.gz")) | 6728 | version "-src.tar.gz")) |
| 6729 | (sha256 | 6729 | (sha256 |
| @@ -13436,7 +13436,7 @@ jsch-agent-proxy with JSch."))) | |||
| 13436 | (version "2.4.0") | 13436 | (version "2.4.0") |
| 13437 | (source (origin | 13437 | (source (origin |
| 13438 | (method url-fetch) | 13438 | (method url-fetch) |
| 13439 | (uri (string-append "mirror://apache//ant/ivy/" version | 13439 | (uri (string-append "mirror://apache/ant/ivy/" version |
| 13440 | "/apache-ivy-" version "-src.tar.gz")) | 13440 | "/apache-ivy-" version "-src.tar.gz")) |
| 13441 | (sha256 | 13441 | (sha256 |
| 13442 | (base32 | 13442 | (base32 |
