From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms1.migadu.com with LMTPS id yJuAB+/GImY8wgAA62LTzQ:P1 (envelope-from ) for ; Fri, 19 Apr 2024 21:33:03 +0200 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id yJuAB+/GImY8wgAA62LTzQ (envelope-from ) for ; Fri, 19 Apr 2024 21:33:03 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reproducible-builds.org header.s=1.vagrant header.b=vBuT6ehP; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1713555183; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=LSCKQjSDavMf21wzeO32PAa+mkVjs8uBualMeNI8C0I=; b=oaZa24QdVCjORDx0wMknVrYvcYweFDyMPxZDEbFfbFU3wucPocOjGKjVPqXE5z7js0bhIS DnSgiURlSeCpRJTC0PPBZqqFAYi7ybllsI3GlFxv6YIs8PL7wSfr6GxHHVB/u0dcQDRNxl xTFRYCr5Hza5/s2zf7jJ7rI5iUhMxFzGxRD0E+YNWtauWRtAJgsEXq4thxh3mQDgVJUO8T XLMZ1sflx3YXivw0u+2LP6Rjm+TYPsFOkKCav9F2+kyUS7Dy7RGRIqrz6gqGVPbZUReAu1 5St7TKZTiyDGGGb7BlakSeznazlPIQUHx/3Q+Zm6K8XnZ3VzmQg2gAmq7doVNQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1713555183; a=rsa-sha256; cv=none; b=LI71PiFk6hTCO2nURODXnsOyKqubuTyHh+cxzHMR4yLNiVBHgmtCpHJr52lXOGQNhAoltT 8BXZKGcY1O1cz5+FihKwlp2W53tpPU6GK/p9IeKhXDaOSab2N5reTq2MUjFH/18zNqduPt VCJEHa2xBrL82ud2Jki+UJpztbR+Jpcl0ZocATCRL074KBkhOebNDT4OwRgi7nvHhvUJ1h F98UUc4uDZFZF71+Sl6syoxWLm3eG+3AeBUFP5nHOBG4NJa4v1GKHPP4F6D9hOSWlSSqU2 LmfxWIFsbFyPANEqITSJfCf/ph/9d3ydfWNPASFRo7XgPa+WDUOzwuIfOeTTrA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=reproducible-builds.org header.s=1.vagrant header.b=vBuT6ehP; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id AE6FB62DA6 for ; Fri, 19 Apr 2024 21:33:02 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rxtyd-0006eM-Re; Fri, 19 Apr 2024 15:32:51 -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 1rxtya-0006dy-TL for guix-patches@gnu.org; Fri, 19 Apr 2024 15:32:49 -0400 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 1rxtya-0000F0-Kz for guix-patches@gnu.org; Fri, 19 Apr 2024 15:32:48 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rxtyo-0001qm-Ld for guix-patches@gnu.org; Fri, 19 Apr 2024 15:33:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#70428] [PATCH 2/2] gnu: diffoscope: Update to 265. Resent-From: vagrant@reproducible-builds.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 19 Apr 2024 19:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70428 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 70428@debbugs.gnu.org Cc: vagrant@reproducible-builds.org Received: via spool by 70428-submit@debbugs.gnu.org id=B70428.17135551276739 (code B ref 70428); Fri, 19 Apr 2024 19:33:02 +0000 Received: (at 70428) by debbugs.gnu.org; 19 Apr 2024 19:32:07 +0000 Received: from localhost ([127.0.0.1]:59971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rxtxt-0001kP-Lc for submit@debbugs.gnu.org; Fri, 19 Apr 2024 15:32:06 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:42718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rxtxi-0001hg-5N for 70428@debbugs.gnu.org; Fri, 19 Apr 2024 15:31:55 -0400 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 2138E1AD53; Fri, 19 Apr 2024 12:31:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1713555091; bh=NCDAcLJVW7J6wb0HlE6O5C92J1Lh/JRSiJIC0iWuQPA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vBuT6ehPCVKTWU+8Syg+ZFTcuzj5m4FynYS1wJUoUDmwDCSCEgKRVGpr9DpZ2wd3c +uSp024xAYRb85qGYdXm6o+wIQrIXwz/IwlwOAffjtNOtC7YMBdGnQ9tF4d2Qmgt8T fHj+OQY+jeZ6dMxRqCKlOR48N1Nj4ccNtZMLQsIOn9WOU8kL2n5LuXkztTt5rKcdw7 L7E9itJK8MvZYQ1DaQc8BfBhdtP6HEAgOFxzuElROaUksjMhE2bUgjO4T0KxYUL9bD pu4DVoTUA9d5EetaRn71EjVYPEMtuqs3QPHysV1tynvPtxKqJqVa1l7ddPVTumwdxf bFrUk2Ik4waBQ== From: vagrant@reproducible-builds.org Date: Fri, 19 Apr 2024 12:31:17 -0700 Message-Id: <20240419193117.425782-2-vagrant@reproducible-builds.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240419193117.425782-1-vagrant@reproducible-builds.org> References: <20240419193117.425782-1-vagrant@reproducible-builds.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.88 X-Spam-Score: -3.88 X-Migadu-Queue-Id: AE6FB62DA6 X-Migadu-Scanner: mx13.migadu.com X-TUID: qmbgUBBKpGGV From: Vagrant Cascadian * gnu/packages/diffoscope.scm (diffoscope): Update to 265. [native-inputs]: Fix architecture specific conditional for "enjarify" --- gnu/packages/diffoscope.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index d97ce5dda2..fd2146456d 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope) (define-public diffoscope (package (name "diffoscope") - (version "263") + (version "265") (source (origin (method git-fetch) @@ -84,7 +84,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1bq45gyn214hf9brnn5xlj9xvcg6p0yr8cc2p153f93pgzsyqlg4")))) + (base32 "0fdaxihmzz1jf9ay8pwr1z60b2rnihawp4js4nw9l7wv0gij9vpg")))) (build-system python-build-system) (arguments (list @@ -233,9 +233,9 @@ (define (bin command) ;; openjdk and dependent packages are only ;; available on x86_64 currently. ((or "x86_64-linux") - (list enjarify) ;; No unversioned openjdk available. - (list `(,openjdk12 "jdk"))) + (list `(,openjdk12 "jdk") + enjarify)) (_ '())))) (home-page "https://diffoscope.org/") (synopsis "Compare files, archives, and directories in depth") -- 2.39.2