mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: perl-b-hooks-endofscope: Update to 0.21.
* gnu/packages/perl.scm (perl-b-hooks-endofscope): Update to 0.21.
This commit is contained in:
parent
033dec64cc
commit
ee6d716234
1 changed files with 2 additions and 2 deletions
|
@ -380,7 +380,7 @@ (define-public perl-base
|
|||
(define-public perl-b-hooks-endofscope
|
||||
(package
|
||||
(name "perl-b-hooks-endofscope")
|
||||
(version "0.13")
|
||||
(version "0.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -388,7 +388,7 @@ (define-public perl-b-hooks-endofscope
|
|||
"B-Hooks-EndOfScope-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f5d0lbkwf23dfjn60g6fynmjhy5rxdyxcpdfb07srm73qpg2zpi"))))
|
||||
"0b70vbpabsy9ia366k330cz1zbdyb1pwhb0l7j28pmpih045iwwh"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-module-runtime" ,perl-module-runtime)
|
||||
|
|
Loading…
Reference in a new issue