mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-config-any: Update to 0.32.
* gnu/packages/perl.scm (perl-config-any): Update to 0.32. [source]: Update URL.
This commit is contained in:
parent
3db83cc7e6
commit
1cb6e2cd62
1 changed files with 3 additions and 3 deletions
|
@ -1196,15 +1196,15 @@ (define-public perl-common-sense
|
|||
(define-public perl-config-any
|
||||
(package
|
||||
(name "perl-config-any")
|
||||
(version "0.24")
|
||||
(version "0.32")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/B/BR/BRICAS/"
|
||||
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
|
||||
"Config-Any-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06n6jn3q3xhk57icwip0ihzqixxav6sgp6rrb35hahj1z748y3vi"))))
|
||||
"0l31sg7dwh4dwwnql42hp7arkhcm15bhsgfg4i6xvbjzy9f2mnk8"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-module-pluggable" ,perl-module-pluggable)))
|
||||
|
|
Loading…
Reference in a new issue