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
|
@ -3096,7 +3096,7 @@ accepts wildcards, * and ?, as arguments for file names.")
|
|||
(define-public perl-file-sharedir
|
||||
(package
|
||||
(name "perl-file-sharedir")
|
||||
(version "1.102")
|
||||
(version "1.104")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3104,7 +3104,7 @@ accepts wildcards, * and ?, as arguments for file names.")
|
|||
"File-ShareDir-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04blqn4cms9zjmhlfvwyx6mrglaaq1mmy4xwv7xqf9c8fjwk8wvw"))))
|
||||
"1bqwhk3qfg60bkpi5b83bh93sng8jx20i3ka5sixc0prrppjidh7"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-file-sharedir-install" ,perl-file-sharedir-install)))
|
||||
|
|
Loading…
Reference in New Issue