gnu: perl-types-path-tiny: Update to 0.006.
* gnu/packages/perl.scm (perl-types-path-tiny): Update to 0.006.master
parent
b782de0228
commit
546e2731e4
|
@ -8876,15 +8876,14 @@ so other data validation frameworks might also consider using it.")
|
||||||
(define-public perl-types-path-tiny
|
(define-public perl-types-path-tiny
|
||||||
(package
|
(package
|
||||||
(name "perl-types-path-tiny")
|
(name "perl-types-path-tiny")
|
||||||
(version "0.005")
|
(version "0.006")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
|
(uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
|
||||||
"Types-Path-Tiny-" version ".tar.gz"))
|
"Types-Path-Tiny-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1072vwcbx2bldfg8xpxc9iqs3rzqd18yik60b432hsdwxpxcjgsr"))))
|
||||||
"09nf167ssi4rgj8hhzylwp3zdx61njdpyfri43arcmk9aqn7f0pp"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-file-pushd" ,perl-file-pushd)
|
`(("perl-file-pushd" ,perl-file-pushd)
|
||||||
|
|
Reference in New Issue