From patchwork Thu Jul 6 06:42:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 51580 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 26BBA27BBEA; Thu, 6 Jul 2023 07:44:34 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,TVD_SPACE_RATIO,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8F4D327BBE2 for ; Thu, 6 Jul 2023 07:44:33 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qHIj0-0000dE-Uf; Thu, 06 Jul 2023 02:44:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHIij-0000Yo-K3 for guix-patches@gnu.org; Thu, 06 Jul 2023 02:44:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qHIij-0005GO-9j for guix-patches@gnu.org; Thu, 06 Jul 2023 02:44:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qHIij-0002rt-5R for guix-patches@gnu.org; Thu, 06 Jul 2023 02:44:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64486] [PATCH 19/22] gnu: perl-regexp-pattern-license: Update to 3.11.0. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 06 Jul 2023 06:44:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64486 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64486@debbugs.gnu.org Cc: Bruno Victal Received: via spool by 64486-submit@debbugs.gnu.org id=B64486.168862580710729 (code B ref 64486); Thu, 06 Jul 2023 06:44:05 +0000 Received: (at 64486) by debbugs.gnu.org; 6 Jul 2023 06:43:27 +0000 Received: from localhost ([127.0.0.1]:39338 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHIi7-0002mr-3k for submit@debbugs.gnu.org; Thu, 06 Jul 2023 02:43:27 -0400 Received: from smtpm3.myservices.hosting ([185.26.105.234]:35370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHIi4-0002mM-2O for 64486@debbugs.gnu.org; Thu, 06 Jul 2023 02:43:24 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm3.myservices.hosting (Postfix) with ESMTP id 4874A203AF for <64486@debbugs.gnu.org>; Thu, 6 Jul 2023 08:43:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id B9CE480098; Thu, 6 Jul 2023 08:43:22 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xLlp2gsXEGjB; Thu, 6 Jul 2023 08:43:22 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 6915680099; Thu, 6 Jul 2023 08:43:21 +0200 (CEST) From: Bruno Victal Date: Thu, 6 Jul 2023 07:42:50 +0100 Message-Id: X-Mailer: git-send-email 2.40.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/license.scm (perl-regexp-pattern-license): Update to 3.11.0. [native-inputs]: Remove perl-test-exception. Add perl-test-regexp-pattern, perl-test-without-module, perl-test2-suite, perl-try-tiny. [propagated-inputs]: Remove. --- gnu/packages/license.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm index b619c80d1d..05cd4954ea 100644 --- a/gnu/packages/license.scm +++ b/gnu/packages/license.scm @@ -45,7 +45,7 @@ (define-module (gnu packages license) (define-public perl-regexp-pattern-license (package (name "perl-regexp-pattern-license") - (version "3.1.94") + (version "3.11.0") (source (origin (method url-fetch) @@ -53,12 +53,11 @@ (define-public perl-regexp-pattern-license "mirror://cpan/authors/id/J/JO/JONASS/Regexp-Pattern-License-" "v" version ".tar.gz")) (sha256 - (base32 "0kznpv628jrndn4nw646f6pl7yqvmacwljlygvsjfdkyh0i4sr2k")))) + (base32 "1blkraliby1696pqici7k1pkwcrf7gbdavfxfffa2mk8lr4a6xw6")))) (build-system perl-build-system) (native-inputs - (list perl-regexp-pattern perl-test-exception)) - (propagated-inputs - (list perl-strictures-2 perl-try-tiny)) + (list perl-regexp-pattern perl-test-regexp-pattern + perl-test-without-module perl-test2-suite perl-try-tiny)) (home-page "https://metacpan.org/release/Regexp-Pattern-License") (synopsis "Regular expressions for legal licenses") (description "Regexp::Pattern::License provides a hash of regular