mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: perl-date-manip: Update to 6.76.
* gnu/packages/perl.scm (perl-date-manip): Update to 6.76.
This commit is contained in:
parent
c51f31940d
commit
c2eba9b206
1 changed files with 2 additions and 3 deletions
|
@ -2146,15 +2146,14 @@ (define-public perl-date-calc-xs
|
||||||
(define-public perl-date-manip
|
(define-public perl-date-manip
|
||||||
(package
|
(package
|
||||||
(name "perl-date-manip")
|
(name "perl-date-manip")
|
||||||
(version "6.70")
|
(version "6.76")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://cpan.metacpan.org/authors/id/S/SB/SBECK/"
|
(uri (string-append "https://cpan.metacpan.org/authors/id/S/SB/SBECK/"
|
||||||
"Date-Manip-" version ".tar.gz"))
|
"Date-Manip-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1a33mpkx7qqb9nqxyh2kkb596d8xq6jw0ljrd4xrwiz30f6cg1qw"))))
|
||||||
"0r4k4ypb09xwhvq6das0vpx2c0xbhhhx83knq6jfpf8m55h8qi9r"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs `(("perl-module-build" ,perl-module-build)))
|
(native-inputs `(("perl-module-build" ,perl-module-build)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue