diff options
author | gemmaro <[email protected]> | 2025-02-05 12:58:56 +0900 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-02-22 15:24:21 +0100 |
commit | 22e44509fdbf124329159628d315f480ce70a6f2 (patch) | |
tree | aca7dddf555cb0d3d501a84632a6c0bdcdf1dcc1 /gnu | |
parent | acf544bc24472eb6befc418ef53713a6154220b9 (diff) |
gnu: perl-config-ini: Update to 0.029.
* gnu/packages/perl.scm (perl-config-ini): Update to 0.029.
Signed-off-by: Nicolas Goaziou <[email protected]>
Change-Id: Ief6bd9d49244ed9d4126269af2803b6c475ff82a
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 5a6041800e..6cccc983a6 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -2120,7 +2120,7 @@ of the style used by the Git version control system.") (define-public perl-config-ini (package (name "perl-config-ini") - (version "0.025") + (version "0.029") (source (origin (method url-fetch) (uri (string-append @@ -2128,7 +2128,7 @@ of the style used by the Git version control system.") version ".tar.gz")) (sha256 (base32 - "0clphq6a17chvb663fvjnxqvyvh26g03x0fl4bg9vy4ibdnzg2v2")))) + "1spxzpwpwspw7cwkkg97rf0dafmjl95cv43xj1568402fdx7kghb")))) (build-system perl-build-system) (inputs (list perl-mixin-linewise perl-perlio-utf8_strict perl-sub-exporter)) |