gnu: perl-exception-class: Update to 1.44.
* gnu/packages/perl.scm (perl-exception-class): Update to 1.44.
This commit is contained in:
parent
4f6c01e78a
commit
cf25329661
|
@ -3080,7 +3080,7 @@ errors are rethrown automatically.")
|
||||||
(define-public perl-exception-class
|
(define-public perl-exception-class
|
||||||
(package
|
(package
|
||||||
(name "perl-exception-class")
|
(name "perl-exception-class")
|
||||||
(version "1.39")
|
(version "1.44")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3088,7 +3088,7 @@ errors are rethrown automatically.")
|
||||||
"Exception-Class-" version ".tar.gz"))
|
"Exception-Class-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10r06v6568s33p6h9f9ml0iabc07id86mjkf74gy7ld6d5m7b741"))))
|
"03gf4cdgrjnljgrlxkvbh2cahsyzn0zsh2zcli7b1lrqn7wgpwrk"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-devel-stacktrace" ,perl-devel-stacktrace)
|
`(("perl-devel-stacktrace" ,perl-devel-stacktrace)
|
||||||
|
|
Loading…
Reference in New Issue