mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
Resolved conflicts: * gnu/packages/scheme.scm: Conflict in import of (guix licenses). On master, "#:hide (openssl)" was used. On core-updates, "#:select (some licenses)" was used. The latter won the conflict. * gnu/packages/version-control.scm (git)[arguments]: Whitespace conflict in 'install-shell-completion.
This commit is contained in:
commit
d227260d2f
89 changed files with 1437 additions and 818 deletions
|
@ -656,7 +656,8 @@ UTF-8 and UTF-16 encoding.")
|
|||
(version "2.6.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/tinyxml/tinyxml_"
|
||||
(uri (string-append "mirror://sourceforge/tinyxml/tinyxml/"
|
||||
version "/tinyxml_"
|
||||
(string-join (string-split version #\.) "_")
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue