gnu: perl-class-date: Update to 1.1.17.
* gnu/packages/perl.scm (perl-class-date): Update to 1.1.17.
This commit is contained in:
parent
f08ac77229
commit
853a4985b6
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue