mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: perl-file-basedir: Update to 0.09.
* gnu/packages/freedesktop.scm (perl-file-basedir): Update to 0.09.
This commit is contained in:
parent
c0c6944f1a
commit
9b4b5e33c4
1 changed files with 3 additions and 3 deletions
|
@ -1868,15 +1868,15 @@ (define-public xdg-user-dirs
|
||||||
(define-public perl-file-basedir
|
(define-public perl-file-basedir
|
||||||
(package
|
(package
|
||||||
(name "perl-file-basedir")
|
(name "perl-file-basedir")
|
||||||
(version "0.08")
|
(version "0.09")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/K/KI/KIMRYAN/"
|
(uri (string-append "mirror://cpan/authors/id/P/PL/PLICEASE/"
|
||||||
"File-BaseDir-" version ".tar.gz"))
|
"File-BaseDir-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qq5ag9zffx8zc5i9b4z03ar80pqj4drgk3vjdlyfapjwb9zqrf0"))))
|
"1nb757cyyy80xln147qgns113i2ivfpgcfhsxw8qzb322llgg9kd"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl-module-build perl-file-which perl-test-pod
|
(list perl-module-build perl-file-which perl-test-pod
|
||||||
|
|
Loading…
Reference in a new issue