gnu: perl-file-path: Update to 2.16.
* gnu/packages/perl.scm (perl-file-path): Update to 2.16.
This commit is contained in:
parent
39f7b8f023
commit
d98c9e0269
|
@ -3491,7 +3491,7 @@ platforms.")
|
||||||
(define-public perl-file-path
|
(define-public perl-file-path
|
||||||
(package
|
(package
|
||||||
(name "perl-file-path")
|
(name "perl-file-path")
|
||||||
(version "2.13")
|
(version "2.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3500,8 +3500,7 @@ platforms.")
|
||||||
version
|
version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "01gsysg9mjkh1ckk7jhj3y8vs291a5ynkgzhqmcz90f3b6dxdxr1"))))
|
||||||
"039gc0i5cbdmidl8j8x195yykwcdmzwawmpapnysvljl8l33jqwj"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/File-Path")
|
(home-page "https://metacpan.org/release/File-Path")
|
||||||
(synopsis "Create or remove directory trees")
|
(synopsis "Create or remove directory trees")
|
||||||
|
|
Loading…
Reference in New Issue