mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: perl-test-exception: Update to 0.43.
* gnu/packages/perl.scm (perl-test-exception): Update to 0.43.
This commit is contained in:
parent
0ac43aaa69
commit
ffdbbcc812
1 changed files with 2 additions and 2 deletions
|
@ -6528,7 +6528,7 @@ (define-public perl-test-directory
|
||||||
(define-public perl-test-exception
|
(define-public perl-test-exception
|
||||||
(package
|
(package
|
||||||
(name "perl-test-exception")
|
(name "perl-test-exception")
|
||||||
(version "0.36")
|
(version "0.43")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6536,7 +6536,7 @@ (define-public perl-test-exception
|
||||||
"Test-Exception-" version ".tar.gz"))
|
"Test-Exception-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zpwimspbq11wjrli481qk17aabzxab15cnnryflx45nzn3za2xk"))))
|
"0cxm7s4bg0xpxa6l6996a6iq3brr4j7p4hssnkc6dxv4fzq16sqm"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-module-build" ,perl-module-build)))
|
`(("perl-module-build" ,perl-module-build)))
|
||||||
|
|
Loading…
Reference in a new issue