[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63866] [PATCH v2 08/12] gnu: perl-mixin-linewise: Update to 0.111.
From: |
gemmaro |
Subject: |
[bug#63866] [PATCH v2 08/12] gnu: perl-mixin-linewise: Update to 0.111. |
Date: |
Mon, 5 Aug 2024 21:33:51 +0900 |
* gnu/packages/perl.scm (perl-mixin-linewise): Update to 0.111.
Change-Id: Ic00a5390217f72d759c2b23840cb3c7e808e7fca
---
gnu/packages/perl.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index b380bbd6f5..fa546b101c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6923,7 +6923,7 @@ (define-public perl-mime-types
(define-public perl-mixin-linewise
(package
(name "perl-mixin-linewise")
- (version "0.108")
+ (version "0.111")
(source (origin
(method url-fetch)
(uri (string-append
@@ -6931,9 +6931,9 @@ (define-public perl-mixin-linewise
version ".tar.gz"))
(sha256
(base32
- "1wmfr19w9y8qys7b32mnj1vmps7qwdahqas71a9p62ac8xw0dwkx"))))
+ "1nq1gc4320djn5mqgk55v2vjm3zwq36wq7b365f2kdg9di8qi3nj"))))
(build-system perl-build-system)
- (inputs
+ (propagated-inputs
(list perl-perlio-utf8_strict perl-sub-exporter))
(home-page "https://metacpan.org/release/Mixin-Linewise")
(synopsis "Write your linewise code for handles; this does the rest")
--
2.45.2
- [bug#63866] [PATCH v2 01/12] gnu: Add perl-xstring., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 03/12] gnu: Add perl-lib-relative., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 06/12] gnu: perl-list-someutils: Use propagated inputs., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 09/12] gnu: perl-specio: Update to 0.48., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 05/12] gnu: perl-config-ini: Use propagated inputs., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 02/12] gnu: Add perl-ref-util., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 04/12] gnu: perl-config-ini: Update to 0.029., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 07/12] gnu: Add perl-list-someutils-xs., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 08/12] gnu: perl-mixin-linewise: Update to 0.111.,
gemmaro <=
- [bug#63866] [PATCH v2 10/12] gnu: Add perl-specio-library-path-tiny., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 12/12] gnu: Add tidyall., gemmaro, 2024/08/05
- [bug#63866] [PATCH v2 11/12] gnu: perl-test-class-most: Use propagated inputs., gemmaro, 2024/08/05