mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: perl-sub-name: Update to 0.21.
* gnu/packages/perl.scm (perl-sub-name): Update to 0.21.
This commit is contained in:
parent
84c73b7f45
commit
be7e54325e
1 changed files with 2 additions and 2 deletions
|
@ -6027,7 +6027,7 @@ (define-public perl-sub-install
|
||||||
(define-public perl-sub-name
|
(define-public perl-sub-name
|
||||||
(package
|
(package
|
||||||
(name "perl-sub-name")
|
(name "perl-sub-name")
|
||||||
(version "0.12")
|
(version "0.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6035,7 +6035,7 @@ (define-public perl-sub-name
|
||||||
"Sub-Name-" version ".tar.gz"))
|
"Sub-Name-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sdlc8pv7vyyc48gzh70hbwzn0hzwl3zbcy2dkmfw8vjzgya5i06"))))
|
"05viq8scqk29g964fsfvls2rhvlb8myz3jblwh5c2ivhw3gfjcmx"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-devel-checkbin" ,perl-devel-checkbin)))
|
`(("perl-devel-checkbin" ,perl-devel-checkbin)))
|
||||||
|
|
Loading…
Reference in a new issue