mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'staging' into core-updates
This commit is contained in:
commit
9044b086dd
289 changed files with 222361 additions and 156771 deletions
|
@ -1921,9 +1921,12 @@ validator.")
|
|||
(version "1.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.extreme.indiana.edu/dist/"
|
||||
"java-repository/xpp3/distributions/xpp3-"
|
||||
version "_src.tgz"))
|
||||
(uri (string-append
|
||||
"https://ci.guix.gnu.org/file/"
|
||||
"xpp3-1.1.4_src.tgz"
|
||||
"/sha256/"
|
||||
"1b99zrhyij5qwyhilyjdl1ykxvhk902vsvflh6gx4fir8hfvdl5p"))
|
||||
(file-name (string-append name "-" version "_src.tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1b99zrhyij5qwyhilyjdl1ykxvhk902vsvflh6gx4fir8hfvdl5p"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue