gnu: perl-test-leaktrace: Update to 0.16.

* gnu/packages/perl.scm (perl-test-leaktrace): Update to 0.16.
[source]: Update URL.
This commit is contained in:
Leo Famulari 2017-07-14 11:32:57 -04:00
parent 88958ee061
commit b91c085df2
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -6629,15 +6629,15 @@ (define-public perl-test-harness
(define-public perl-test-leaktrace (define-public perl-test-leaktrace
(package (package
(name "perl-test-leaktrace") (name "perl-test-leaktrace")
(version "0.15") (version "0.16")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/G/GF/GFUJI/" (uri (string-append "mirror://cpan/authors/id/L/LE/LEEJO/"
"Test-LeakTrace-" version ".tar.gz")) "Test-LeakTrace-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0pp6ip012c474ibw0mwd7jgig34gf98bb8xlqk4wdvw1d65vbf7g")))) "00z4hcjra5nk700f3fgpy8fs036d7ry7glpn8g3wh7jzj7nrw22z"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Test-LeakTrace") (home-page "http://search.cpan.org/dist/Test-LeakTrace")
(synopsis "Traces memory leaks in Perl") (synopsis "Traces memory leaks in Perl")