mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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
|
||||
(package
|
||||
(name "perl-test-exception")
|
||||
(version "0.36")
|
||||
(version "0.43")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6536,7 +6536,7 @@ (define-public perl-test-exception
|
|||
"Test-Exception-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zpwimspbq11wjrli481qk17aabzxab15cnnryflx45nzn3za2xk"))))
|
||||
"0cxm7s4bg0xpxa6l6996a6iq3brr4j7p4hssnkc6dxv4fzq16sqm"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)))
|
||||
|
|
Loading…
Reference in a new issue