me
/
guix
Archived
1
0
Fork 0

gnu: Perl: Update to 5.34.0.

* gnu/packages/perl.scm (perl): Update to 5.34.0.
master
Marius Bakke 2021-07-17 14:09:29 +02:00
parent 9cdb32fd72
commit b4553b7cad
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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