diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 23:16:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 02:56:41 +0200 |
commit | 085a95a71cbfabd25410757c1409a46438cd62c7 (patch) | |
tree | 614c1e76326a19047b9e7397c407c45090f22599 /gnu/packages/perl.scm | |
parent | 9960ed6291480e0ab6f85fca00290c0ff38cbffe (diff) | |
download | patches-085a95a71cbfabd25410757c1409a46438cd62c7.tar patches-085a95a71cbfabd25410757c1409a46438cd62c7.tar.gz |
gnu: perl-b-hooks-endofscope: Update to 0.24.
* gnu/packages/perl.scm (perl-b-hooks-endofscope): Update to 0.24.
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 c3b3eedc87..13f0e778f8 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -452,7 +452,7 @@ all known commands are checked.") (define-public perl-b-hooks-endofscope (package (name "perl-b-hooks-endofscope") - (version "0.21") + (version "0.24") (source (origin (method url-fetch) @@ -460,7 +460,7 @@ all known commands are checked.") "B-Hooks-EndOfScope-" version ".tar.gz")) (sha256 (base32 - "0b70vbpabsy9ia366k330cz1zbdyb1pwhb0l7j28pmpih045iwwh")))) + "1imcqxp23yc80a7p0h56sja9glbrh4qyhgzljqd4g9habpz3vah3")))) (build-system perl-build-system) (propagated-inputs `(("perl-module-runtime" ,perl-module-runtime) |