diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-03 12:04:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-04 15:35:46 +0200 |
commit | cf25329661acebf98417d02b8168f196ea073d11 (patch) | |
tree | 060675a5ae9b010680bffef222170d2ae6dc8c98 /gnu/packages/perl.scm | |
parent | 4f6c01e78a9bfa21b47c0c5bffa44b7b06d850e4 (diff) | |
download | patches-cf25329661acebf98417d02b8168f196ea073d11.tar patches-cf25329661acebf98417d02b8168f196ea073d11.tar.gz |
gnu: perl-exception-class: Update to 1.44.
* gnu/packages/perl.scm (perl-exception-class): Update to 1.44.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 1b594607c5..7fdaf0da1a 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -3080,7 +3080,7 @@ errors are rethrown automatically.") (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 @@ errors are rethrown automatically.") "Exception-Class-" version ".tar.gz")) (sha256 (base32 - "10r06v6568s33p6h9f9ml0iabc07id86mjkf74gy7ld6d5m7b741")))) + "03gf4cdgrjnljgrlxkvbh2cahsyzn0zsh2zcli7b1lrqn7wgpwrk")))) (build-system perl-build-system) (propagated-inputs `(("perl-devel-stacktrace" ,perl-devel-stacktrace) |