From patchwork Fri Mar 8 20:22:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vagrant Cascadian X-Patchwork-Id: 61539 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 AA99227BBE9; Fri, 8 Mar 2024 20:22:47 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable 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 1E33A27BBE2 for ; Fri, 8 Mar 2024 20:22:46 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rigjf-00057M-Kc; Fri, 08 Mar 2024 15:22:31 -0500 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 1rigje-00056z-8i for guix-patches@gnu.org; Fri, 08 Mar 2024 15:22:30 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rigjd-00032d-W8 for guix-patches@gnu.org; Fri, 08 Mar 2024 15:22:30 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rigkA-0002kv-4p for guix-patches@gnu.org; Fri, 08 Mar 2024 15:23:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69656] Update to diffoscope 260. Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Mar 2024 20:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69656 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 69656@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170992937810581 (code B ref -1); Fri, 08 Mar 2024 20:23:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Mar 2024 20:22:58 +0000 Received: from localhost ([127.0.0.1]:59672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rigk5-0002kb-Pu for submit@debbugs.gnu.org; Fri, 08 Mar 2024 15:22:58 -0500 Received: from lists.gnu.org ([209.51.188.17]:44644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rigk3-0002kS-RN for submit@debbugs.gnu.org; Fri, 08 Mar 2024 15:22:56 -0500 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 1rigjX-00053x-B5 for guix-patches@gnu.org; Fri, 08 Mar 2024 15:22:23 -0500 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rigjV-0002x5-In for guix-patches@gnu.org; Fri, 08 Mar 2024 15:22:23 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id E54C51AD81 for ; Fri, 8 Mar 2024 12:22:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1709929336; bh=qe5cAjMAgotmT6RBg2+1Cpxovc/Q2zJTznLMLSDHpGc=; h=From:To:Subject:Date:From; b=mJnPB/Hs9i+p6aySMV2j5qBsrE/Vw+JXJC6r/wSRexOpggQ0woLASp3pRFyHTny/+ gq/hMct9e44TNIolfNOh+zoUl0AaqrH+aumGW9RhOeiqPgAvs75Ikj9IkCgZfgwdGl pIFonLKYfrO+dU8zLsxvU4v4mTjLgkgX5lKf+bFVclG4IMizu5cn9qMBZo4nyXGtOZ bc9w0y9Sap/y4Bx1vjnxhqqdBbVVZRBHVp+dc5xc1lZiT+INLqhxipr/onN3uYI/9O Ix+HCfu/xknTUoYNpfDHqXkSrMmeq2MABwxIKOJzr1km7E0yQXyz39zCQ3niYHnBRv vmryMcjMkYFKA== From: Vagrant Cascadian Date: Fri, 08 Mar 2024 12:22:12 -0800 Message-ID: <87wmqcbhjf.fsf@wireframe> MIME-Version: 1.0 Received-SPF: pass client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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 Attached patch updates to diffoscope 260, released today! Only dependent, reprotest, still builds. New p7zip native-input for better test suite coverage! Keep guix rolling right along! live well, vagrant From 43b3a93aebcdad35d2274ee34b9ac227f8c7c5e6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 8 Mar 2024 11:44:15 -0800 Subject: [PATCH] gnu: diffoscope: Update to 260. * gnu/packages/diffoscope.scm (diffoscope): Update to 260. [native-inputs]: Add p7zip. --- gnu/packages/diffoscope.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index f5a3bbc5b9..52f615f2cf 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope) (define-public diffoscope (package (name "diffoscope") - (version "258") + (version "260") (source (origin (method git-fetch) @@ -83,7 +83,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1wppshi18lyrgxxi8j06ij0qi31zdgqwjj6bycsyvipkc1cj6xhp")))) + (base32 "1yp32g2769mn91k6wx6fs7lhcfi1cdy54apkgfaf7ib6l0ji5hwv")))) (build-system python-build-system) (arguments (list @@ -198,6 +198,7 @@ (define (bin command) odt2txt openssh openssl + p7zip pgpdump poppler python-jsbeautifier base-commit: 09346fd05f19da3846635e1a0f1c844050d59f26 -- 2.39.2