gnu: perl-class-date: Update to 1.1.17.

* gnu/packages/perl.scm (perl-class-date): Update to 1.1.17.
master
Tobias Geerinckx-Rice 2019-03-23 12:33:59 +01:00
parent f08ac77229
commit 853a4985b6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1026,15 +1026,14 @@ subclasses and can be overridden.")
(define-public perl-class-date (define-public perl-class-date
(package (package
(name "perl-class-date") (name "perl-class-date")
(version "1.1.15") (version "1.1.17")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SZ/SZABGAB/" (uri (string-append "mirror://cpan/authors/id/S/SZ/SZABGAB/"
"Class-Date-" version ".tar.gz")) "Class-Date-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1h7dfjxkpqbfymrf1bn7699i4fx6pbv5wvvi5zszfr8sqqkax1yf"))))
"0dd707sq8ix2dqbnp7ga77ba69r3vsn0cd6scnkn13s0gm2g4b00"))))
(build-system perl-build-system) (build-system perl-build-system)
(arguments `(#:tests? #f)) ;timezone tests in chroot (arguments `(#:tests? #f)) ;timezone tests in chroot
(home-page "https://metacpan.org/release/Class-Date") (home-page "https://metacpan.org/release/Class-Date")