mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-config-ini: Update to 0.029.
* gnu/packages/perl.scm (perl-config-ini): Update to 0.029. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ief6bd9d49244ed9d4126269af2803b6c475ff82a
This commit is contained in:
parent
acf544bc24
commit
22e44509fd
1 changed files with 2 additions and 2 deletions
|
@ -2120,7 +2120,7 @@ of the style used by the Git version control system.")
|
||||||
(define-public perl-config-ini
|
(define-public perl-config-ini
|
||||||
(package
|
(package
|
||||||
(name "perl-config-ini")
|
(name "perl-config-ini")
|
||||||
(version "0.025")
|
(version "0.029")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2128,7 +2128,7 @@ of the style used by the Git version control system.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0clphq6a17chvb663fvjnxqvyvh26g03x0fl4bg9vy4ibdnzg2v2"))))
|
"1spxzpwpwspw7cwkkg97rf0dafmjl95cv43xj1568402fdx7kghb"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list perl-mixin-linewise perl-perlio-utf8_strict perl-sub-exporter))
|
(list perl-mixin-linewise perl-perlio-utf8_strict perl-sub-exporter))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue