mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: perl-file-sharedir: Update to 1.104.
* gnu/packages/perl.scm (perl-file-sharedir): Update to 1.104.
This commit is contained in:
parent
ed9543c0ed
commit
1c0c608566
1 changed files with 2 additions and 2 deletions
|
@ -3096,7 +3096,7 @@ (define-public perl-file-remove
|
||||||
(define-public perl-file-sharedir
|
(define-public perl-file-sharedir
|
||||||
(package
|
(package
|
||||||
(name "perl-file-sharedir")
|
(name "perl-file-sharedir")
|
||||||
(version "1.102")
|
(version "1.104")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3104,7 +3104,7 @@ (define-public perl-file-sharedir
|
||||||
"File-ShareDir-" version ".tar.gz"))
|
"File-ShareDir-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04blqn4cms9zjmhlfvwyx6mrglaaq1mmy4xwv7xqf9c8fjwk8wvw"))))
|
"1bqwhk3qfg60bkpi5b83bh93sng8jx20i3ka5sixc0prrppjidh7"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-file-sharedir-install" ,perl-file-sharedir-install)))
|
`(("perl-file-sharedir-install" ,perl-file-sharedir-install)))
|
||||||
|
|
Loading…
Reference in a new issue