gnu: perl-exception-class: Update to 1.44.

* gnu/packages/perl.scm (perl-exception-class): Update to 1.44.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-03 12:04:11 +02:00
parent 4f6c01e78a
commit cf25329661
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3080,7 +3080,7 @@ (define-public perl-eval-closure
(define-public perl-exception-class
(package
(name "perl-exception-class")
(version "1.39")
(version "1.44")
(source
(origin
(method url-fetch)
@ -3088,7 +3088,7 @@ (define-public perl-exception-class
"Exception-Class-" version ".tar.gz"))
(sha256
(base32
"10r06v6568s33p6h9f9ml0iabc07id86mjkf74gy7ld6d5m7b741"))))
"03gf4cdgrjnljgrlxkvbh2cahsyzn0zsh2zcli7b1lrqn7wgpwrk"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-devel-stacktrace" ,perl-devel-stacktrace)