mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: perl-test-harness: Update to 3.39.
* gnu/packages/perl.scm (perl-test-harness): Update to 3.39.
This commit is contained in:
parent
c317f4f907
commit
3949b36acc
1 changed files with 2 additions and 2 deletions
|
@ -6598,7 +6598,7 @@ (define-public perl-test-files
|
|||
(define-public perl-test-harness
|
||||
(package
|
||||
(name "perl-test-harness")
|
||||
(version "3.36")
|
||||
(version "3.39")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6606,7 +6606,7 @@ (define-public perl-test-harness
|
|||
"Test-Harness-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gmnjss0hjkyiwvgby50nl5nzv254pn7fjqqdysjil21n09nymp7"))))
|
||||
"0chiqnzmna2mglm37nzxvn9qhq2j31iwz3i9isqjs7bf3k449gb9"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments
|
||||
`(#:phases (alist-cons-before
|
||||
|
|
Loading…
Reference in a new issue