mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: perl-import-into: Update to 1.002005.
* gnu/packages/perl.scm (perl-import-into): Update to 1.002005. [source]: Update origin URI.
This commit is contained in:
parent
a32f136547
commit
89badfbcc3
1 changed files with 3 additions and 3 deletions
|
@ -3913,15 +3913,15 @@ (define-public perl-importer
|
||||||
(define-public perl-import-into
|
(define-public perl-import-into
|
||||||
(package
|
(package
|
||||||
(name "perl-import-into")
|
(name "perl-import-into")
|
||||||
(version "1.002004")
|
(version "1.002005")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
|
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
|
||||||
"Import-Into-" version ".tar.gz"))
|
"Import-Into-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"110hifk3cj14lxgjq2vaa2qfja21gll4lpn8vbimy0gzqadjbjyy"))))
|
"0rq5kz7c270q33jq6hnrv3xgkvajsc62ilqq7fs40av6zfipg7mx"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-module-runtime" ,perl-module-runtime)))
|
`(("perl-module-runtime" ,perl-module-runtime)))
|
||||||
|
|
Loading…
Reference in a new issue