mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-file-sharedir-dist: Update to 0.07.
* gnu/packages/perl.scm (perl-file-sharedir-dist): Update to 0.07.
This commit is contained in:
parent
8c42929b65
commit
2ce89a771a
1 changed files with 2 additions and 3 deletions
|
@ -3661,15 +3661,14 @@ the installation.")
|
||||||
(define-public perl-file-sharedir-dist
|
(define-public perl-file-sharedir-dist
|
||||||
(package
|
(package
|
||||||
(name "perl-file-sharedir-dist")
|
(name "perl-file-sharedir-dist")
|
||||||
(version "0.05")
|
(version "0.07")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/P/PL/PLICEASE/"
|
(uri (string-append "mirror://cpan/authors/id/P/PL/PLICEASE/"
|
||||||
"File-ShareDir-Dist-" version ".tar.gz"))
|
"File-ShareDir-Dist-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0vg8kxzgz4hf6221jb4v5bx1zhsnplnw5bcmxx0iyd92xv8fazwd"))))
|
||||||
"1xkmrckp1qfi9ik098n2vz0r8g7wfwp2y05zjd100w6wcqwfzcpn"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/File-ShareDir-Dist")
|
(home-page "https://metacpan.org/release/File-ShareDir-Dist")
|
||||||
(synopsis "Locate per-dist shared files")
|
(synopsis "Locate per-dist shared files")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue