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

View file

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