Merge branch 'core-updates'

This commit is contained in:
Ludovic Courtès 2019-10-08 11:23:22 +02:00
commit cf3d1763ed
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
287 changed files with 9617 additions and 5702 deletions

View file

@ -66,14 +66,14 @@
;; Yeah, Perl... It is required early in the bootstrap process by Linux.
(package
(name "perl")
(version "5.28.0")
(version "5.30.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/src/5.0/perl-"
version ".tar.gz"))
(sha256
(base32
"1a3f822lcl8dr8v0hk80yyhpzqlljg49z9flb48rs3nbsij9z4ky"))
"1wkmz6xn3fswpqhz29akiklcxclnlykhp96a8bqcz36rak3i64l5"))
(patches (search-patches
"perl-no-sys-dirs.patch"
"perl-autosplit-default-time.patch"