gnu: perl-test-deep: Update to 1.120.
* gnu/packages/perl.scm (perl-test-deep): Update to 1.120. [home-page]: Update it.
This commit is contained in:
parent
54c3c140ce
commit
cf4a71322b
1 changed files with 4 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
||||||
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
|
||||||
;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2016 Jochem Raat <jchmrt@riseup.net>
|
;;; Copyright © 2016 Jochem Raat <jchmrt@riseup.net>
|
||||||
|
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -4955,14 +4956,14 @@ called as methods, which usually isn't want you want.")
|
||||||
(define-public perl-test-deep
|
(define-public perl-test-deep
|
||||||
(package
|
(package
|
||||||
(name "perl-test-deep")
|
(name "perl-test-deep")
|
||||||
(version "0.114")
|
(version "1.120")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
|
(uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
|
||||||
"Test-Deep-" version ".tar.gz"))
|
"Test-Deep-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09yr47vw7vj27sdik312x08938higcij8ybyq8k67mlccx8cpqf0"))))
|
"1kdy06r0yg7zwarqglc9163vbfb0sfc4s6ld4pw5q7i9f7mghzi0"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs `(("perl-test-tester" ,perl-test-tester)
|
(inputs `(("perl-test-tester" ,perl-test-tester)
|
||||||
("perl-test-nowarnings" ,perl-test-nowarnings)))
|
("perl-test-nowarnings" ,perl-test-nowarnings)))
|
||||||
|
@ -4972,8 +4973,7 @@ called as methods, which usually isn't want you want.")
|
||||||
that the values match, that arrays and hashes have the same elements and that
|
that the values match, that arrays and hashes have the same elements and that
|
||||||
references are blessed into the correct class. It also handles circular data
|
references are blessed into the correct class. It also handles circular data
|
||||||
structures without getting caught in an infinite loop.")
|
structures without getting caught in an infinite loop.")
|
||||||
(home-page (string-append "http://search.cpan.org/~rjbs/"
|
(home-page "http://search.cpan.org/dist/Test-Deep")
|
||||||
"Test-Deep-" version))
|
|
||||||
(license gpl1+))) ; or "Artistic License"
|
(license gpl1+))) ; or "Artistic License"
|
||||||
|
|
||||||
(define-public perl-test-differences
|
(define-public perl-test-differences
|
||||||
|
|
Reference in a new issue