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
|
@ -6094,8 +6094,8 @@ as exceptions to standard program flow.")
|
|||
(version "20160302")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/perltidy/Perl-Tidy-"
|
||||
version ".tar.gz"))
|
||||
(uri (string-append "mirror://sourceforge/perltidy/" version
|
||||
"/Perl-Tidy-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19yw63yh5s3pq7k3nkw6nsamg5b8vvwyhgbizslgxg0mqgc4xl3d"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue