gnu: perl-sub-identify: Update to 0.14.

* gnu/packages/perl.scm (perl-sub-identify): Update to 0.14.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-29 03:23:45 +02:00
parent a82b561fef
commit 33eea5c439
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -7631,7 +7631,7 @@ renaming exports, if they try to use them.")
(define-public perl-sub-identify (define-public perl-sub-identify
(package (package
(name "perl-sub-identify") (name "perl-sub-identify")
(version "0.10") (version "0.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7639,7 +7639,7 @@ renaming exports, if they try to use them.")
"Sub-Identify-" version ".tar.gz")) "Sub-Identify-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"087fjcg6w576w47i1slj6mjfd3gl1b0airgddmn3prn0nff6nn2m")))) "0vxdxyfh6037xy88ic7500wydzmsxldhp95n8bld2kaihqh2g386"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/Sub-Identify") (home-page "https://metacpan.org/release/Sub-Identify")
(synopsis "Retrieve names of code references") (synopsis "Retrieve names of code references")