mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: perl-file-sharedir-install: Update to 0.12.
* gnu/packages/perl.scm (perl-file-sharedir-install): Update to 0.12.
This commit is contained in:
parent
39a915c2bf
commit
4844ccb2fe
1 changed files with 2 additions and 2 deletions
|
@ -3635,7 +3635,7 @@ (define-public perl-file-sharedir-dist
|
|||
(define-public perl-file-sharedir-install
|
||||
(package
|
||||
(name "perl-file-sharedir-install")
|
||||
(version "0.11")
|
||||
(version "0.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3643,7 +3643,7 @@ (define-public perl-file-sharedir-install
|
|||
"File-ShareDir-Install-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j0cw1aq9fdv9kl1a6fnfa4zihsvmcqzy9sb0xk0i9pyx5r8ggrj"))))
|
||||
"13g8d69c2lq3mrc0i4fr705h99gxyzw1srww4m7wdhzfmbsdqxli"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)))
|
||||
|
|
Loading…
Reference in a new issue