gnu: perl-devel-hide: Update to 0.0010.

* gnu/packages/perl.scm (perl-devel-hide): Update to 0.0010.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-23 13:24:00 +01:00
parent db05257637
commit 6618cfb796
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -2722,15 +2722,14 @@ equivalent of \"$@{^GLOBAL_PHASE@} eq 'DESTRUCT'\" for older perls.")
(define-public perl-devel-hide (define-public perl-devel-hide
(package (package
(name "perl-devel-hide") (name "perl-devel-hide")
(version "0.0009") (version "0.0010")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/F/FE/FERREIRA/Devel-Hide-" (uri (string-append "mirror://cpan/authors/id/F/FE/FERREIRA/Devel-Hide-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "10jyv9nmv513hs75rls5yx2xn82513xnnhjir3dxiwgb1ykfyvvm"))))
"1phnzbw58v6551nhv6sg86m72nx9w5j4msh1hg4jvkakkq5w9pki"))))
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-test-pod" ,perl-test-pod) `(("perl-test-pod" ,perl-test-pod)