[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63866] [PATCH 05/16] gnu: perl-mixin-linewise: Update to 0.111.
From: |
gemmaro |
Subject: |
[bug#63866] [PATCH 05/16] gnu: perl-mixin-linewise: Update to 0.111. |
Date: |
Sat, 3 Jun 2023 14:05:40 +0900 |
* gnu/packages/perl.scm (perl-mixin-linewise): Update to 0.111.
---
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 c78f0460a9d..0038883f3d4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6821,7 +6821,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
@@ -6829,9 +6829,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.40.1
- [bug#63866] [PATCH 00/16] Add tidyall and some tidiers., gemmaro, 2023/06/03
- [bug#63866] [PATCH 05/16] gnu: perl-mixin-linewise: Update to 0.111.,
gemmaro <=
- [bug#63866] [PATCH 04/16] gnu: Add perl-specio-library-path-tiny., gemmaro, 2023/06/03
- [bug#63866] [PATCH 07/16] gnu: Add perl-list-someutils-xs., gemmaro, 2023/06/03
- [bug#63866] [PATCH 01/16] gnu: Add perl-ref-util., gemmaro, 2023/06/03
- [bug#63866] [PATCH 13/16] gnu: Add perl-test-cmd., gemmaro, 2023/06/03
- [bug#63866] [PATCH 03/16] gnu: Add perl-lib-relative., gemmaro, 2023/06/03
- [bug#63866] [PATCH 09/16] gnu: perl-test-class-most: Fix to use propagated-inputs., gemmaro, 2023/06/03
- [bug#63866] [PATCH 14/16] gnu: Add perl-pod-tidy., gemmaro, 2023/06/03
- [bug#63866] [PATCH 06/16] gnu: perl-config-ini: Update to 0.029., gemmaro, 2023/06/03
- [bug#63866] [PATCH 02/16] gnu: perl-specio: Update to 0.48., gemmaro, 2023/06/03
- [bug#63866] [PATCH 12/16] gnu: Add perl-pod-wrap., gemmaro, 2023/06/03