mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 3 deletions
|
@ -1026,15 +1026,14 @@ (define-public perl-class-data-inheritable
|
|||
(define-public perl-class-date
|
||||
(package
|
||||
(name "perl-class-date")
|
||||
(version "1.1.15")
|
||||
(version "1.1.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/S/SZ/SZABGAB/"
|
||||
"Class-Date-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dd707sq8ix2dqbnp7ga77ba69r3vsn0cd6scnkn13s0gm2g4b00"))))
|
||||
(base32 "1h7dfjxkpqbfymrf1bn7699i4fx6pbv5wvvi5zszfr8sqqkax1yf"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments `(#:tests? #f)) ;timezone tests in chroot
|
||||
(home-page "https://metacpan.org/release/Class-Date")
|
||||
|
|
Loading…
Reference in a new issue