From unknown Sun Aug 10 16:49:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72679] Update diffoscope to 275. Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 17 Aug 2024 00:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72679 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 72679@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172385538717578 (code B ref -1); Sat, 17 Aug 2024 00:44:01 +0000 Received: (at submit) by debbugs.gnu.org; 17 Aug 2024 00:43:07 +0000 Received: from localhost ([127.0.0.1]:53082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sf7X8-0004ZR-KA for submit@debbugs.gnu.org; Fri, 16 Aug 2024 20:43:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:34702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sf7X6-0004ZJ-QR for submit@debbugs.gnu.org; Fri, 16 Aug 2024 20:43:05 -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 1sf7WT-0006TR-P1 for guix-patches@gnu.org; Fri, 16 Aug 2024 20:42:26 -0400 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 1sf7WR-0007Wt-7x for guix-patches@gnu.org; Fri, 16 Aug 2024 20:42:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1723855335; bh=bkcd9otlTkr91PxV6v6TUmH3xpsK5qZRsp9zBUV5K00=; h=From:To:Subject:Date:From; b=moZuRtKlmDSDEa7E/Htte4kdIcpFWmZJaNTdATNNVS1rjnecHYJaIXz/T2YC+yXSg kdf6ojauOu6fTNgFey8+ZbM4bKbJr6AUNsvteuf1un4Ui/3Uxn2C09doqpOaJcZPT7 dRSuXnXwRBTQti4TFXHqmlYL3UBMizcm011v6fEXncfiqDyluiLZ69FTeZ5FbbEsf4 MzF93EPOjnblEbg1i/MGZOMxncv4hAHpBW6mdnuTSu05B9O4RbVIyj6/Vu9YMikYx2 fOGpe2OuVqGc1TnyYyM4pkBrjaE1JyJyEpGg87TIbUM8ojvbWjGFirYhTQ+b/S+lOO vAgZbiAXfBAaA== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id A1D291A7F for ; Fri, 16 Aug 2024 17:42:15 -0700 (PDT) From: Vagrant Cascadian Date: Fri, 16 Aug 2024 17:42:10 -0700 Message-ID: <877ccgm13x.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch updates diffoscope to 275. This version includes some changes to versioned dependencies for various tests... though guix master may lack some of those version requirements, so some additional tests may be skipped. Some hope that core-updates merge will improve test coverage again (e.g. newer "file" if I recall correctly). The only dependent package, reprotest, still builds fine, yay! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-diffoscope-Update-to-275.patch Content-Transfer-Encoding: quoted-printable From=20dca85b88581a915425c6e00a7c15bc9c00c0a005 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 16 Aug 2024 17:13:09 -0700 Subject: [PATCH] gnu: diffoscope: Update to 275. * gnu/packages/diffoscope.scm (diffoscope): Update to 275. =2D-- gnu/packages/diffoscope.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index e85f228119..2635a29ac1 100644 =2D-- 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") =2D (version "272") + (version "275") (source (origin (method git-fetch) @@ -84,7 +84,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))= )) + (base32 "06f0c886z9krqqcs0cvl92vs103wv4hjp1x31pn3haxwqjjfyzlx")))) (build-system python-build-system) (arguments (list base-commit: 0a18e7b9831fd0b7c71466c2c01b573c5d9a268f =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZr/x4gAKCRDcUY/If5cW qvy5AQCO3V9yM+W/VRIBdQjxrbdhSSOqtscWbfd/KOPRuNmJUwD/ZvjxTgm9oWLT 7NxN1d+vu6lon+yZlGnF8IebsGw5DgQ= =cN// -----END PGP SIGNATURE----- --==-=-=-- From unknown Sun Aug 10 16:49:56 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72679] Update diffoscope to 276. Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 20 Aug 2024 06:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72679 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 72679@debbugs.gnu.org Received: via spool by 72679-submit@debbugs.gnu.org id=B72679.172413571329285 (code B ref 72679); Tue, 20 Aug 2024 06:36:02 +0000 Received: (at 72679) by debbugs.gnu.org; 20 Aug 2024 06:35:13 +0000 Received: from localhost ([127.0.0.1]:59687 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sgISX-0007cH-4v for submit@debbugs.gnu.org; Tue, 20 Aug 2024 02:35:13 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:59064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sgISU-0007c2-Hq for 72679@debbugs.gnu.org; Tue, 20 Aug 2024 02:35:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1724135661; bh=bXNeGgoVSao/PlVTq8SIEEjPq3lY2rq8c1ZXQQwKcWs=; h=From:To:Subject:In-Reply-To:References:Date:From; b=k24gtUDE4HanTJeyPsf8e86pz6SibRean029pN304vI+VQap/Y5dwLaQ9MNdR5xex be8CpichYIhF+jb3BJnHO+2TNg8IF5ia+cQP1ZlHCgr1F8uPpYtq2oTgZVhIhSu9dZ XC8ZDAlKtds/ZOWPDGXIuJhWwW3OuZPKNnw5JNkWVxiXuwPRZGCGzSPM/fv3X9658M Kf+KOlB2w9iLYabkD8vyfXx4nhNiCbM/3ad57y9Whi7j8w9QeAzVMeZdOb069wyAuK gSDM2zTuRz83hnttvudcUhEyoCofvTyYAd2Nb9T8g5esNaYSj8ZA3dqL7sBe3jJtfz gE2N3a4Yaf41w== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 78458168A for <72679@debbugs.gnu.org>; Mon, 19 Aug 2024 23:34:21 -0700 (PDT) From: Vagrant Cascadian In-Reply-To: <877ccgm13x.fsf@wireframe> References: <877ccgm13x.fsf@wireframe> Date: Mon, 19 Aug 2024 23:34:14 -0700 Message-ID: <87v7zvk8ih.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain On 2024-08-16, Vagrant Cascadian wrote: > The attached patch updates diffoscope to 275. Attached patch updates to the even newer 276! > This version includes some changes to versioned dependencies for various > tests... though guix master may lack some of those version requirements, > so some additional tests may be skipped. Some hope that core-updates > merge will improve test coverage again (e.g. newer "file" if I recall > correctly). > > The only dependent package, reprotest, still builds fine, yay! All still true, I think! But slightly more robust on certain python import failures... live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-diffoscope-Update-to-276.patch Content-Transfer-Encoding: quoted-printable From=2052233e9ac6ede7f2c5c52f343f391e9d0a8e5869 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 19 Aug 2024 23:14:32 -0700 Subject: [PATCH] gnu: diffoscope: Update to 276. * gnu/packages/diffoscope.scm (diffoscope): Update to 276. =2D-- gnu/packages/diffoscope.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index e85f228119..52383cc159 100644 =2D-- 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") =2D (version "272") + (version "276") (source (origin (method git-fetch) @@ -84,7 +84,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))= )) + (base32 "0qrv484dm39m5w6awba8z1m850vhil4w914k9l3lfn0s5hf0xhh8")))) (build-system python-build-system) (arguments (list base-commit: 58faaf4eaadafa09a97ab31103eb54bd2076a699 =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZsQ45gAKCRDcUY/If5cW qjGRAQCtEuiP9VmgTiFkfo+SKf6EkB4zMKqi3cRhHNBoXbaQVgD/dFqxIe+3/BSp pFNLJY5wHh6tvIm462aInjUz62qMhAE= =eDtF -----END PGP SIGNATURE----- --==-=-=-- From unknown Sun Aug 10 16:49:56 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vagrant Cascadian Subject: bug#72679: closed (Re: Update diffoscope to 276.) Message-ID: References: <87plprumds.fsf@wireframe> <877ccgm13x.fsf@wireframe> X-Gnu-PR-Message: they-closed 72679 X-Gnu-PR-Package: guix-patches Reply-To: 72679@debbugs.gnu.org Date: Thu, 29 Aug 2024 20:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1724961962-11602-1" This is a multi-part message in MIME format... ------------=_1724961962-11602-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72679: Update diffoscope to 275. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 72679@debbugs.gnu.org. --=20 72679: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72679 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1724961962-11602-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72679-done) by debbugs.gnu.org; 29 Aug 2024 20:05:42 +0000 Received: from localhost ([127.0.0.1]:52164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sjlOn-00030B-PG for submit@debbugs.gnu.org; Thu, 29 Aug 2024 16:05:42 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:54974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sjlOj-0002zj-Hr for 72679-done@debbugs.gnu.org; Thu, 29 Aug 2024 16:05:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1724961845; bh=y9GqTtH6aj9j+0Ve6hja+5pzUEcvBKZg21yxVhKr1Wg=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ak0LOj3d+1QUDkzw/ncbtiaYnX86SuQzQnel8DIioAV6FPDnhB4akdorC3K06SOsU XtWtk7TfTos68Y8dCloNeuHn94MsOIMXQLL5afLmfRpiVbyPFmHcwtLf1d9cQg8vNp KEZfiaSvHUR8A1tRVO2I4WBkSFb4Jls5GVbPtypXN639k7UCgRE8+qZ9eTrDH54Sh6 VxoKkLrPQW1qgyCPSAaiLKL31suKG8rlT9wHoxKTNxn5m0kMmja2qcDls8rRX7e83f wi4zd+2rxzus9xUxDntu5JZ94QauDBa4b2xk+8YzhXxXXPn/0YSlbz9c4cnvf/dMJZ NjO7W8keTBaLg== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 5432B6FC; Thu, 29 Aug 2024 13:04:05 -0700 (PDT) From: Vagrant Cascadian To: 72679-done@debbugs.gnu.org Subject: Re: Update diffoscope to 276. In-Reply-To: <87v7zvk8ih.fsf@wireframe> References: <877ccgm13x.fsf@wireframe> <87v7zvk8ih.fsf@wireframe> Date: Thu, 29 Aug 2024 13:03:59 -0700 Message-ID: <87plprumds.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72679-done Cc: Tobias Geerinckx-Rice X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain On 2024-08-19, Vagrant Cascadian wrote: > On 2024-08-16, Vagrant Cascadian wrote: >> The attached patch updates diffoscope to 275. > > Attached patch updates to the even newer 276! This was apparently updated to 276 in 0bbd7214a23b2fb6bb5a702da79bd17967c457be. Thanks! live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZtDUMAAKCRDcUY/If5cW qvMxAP95+j8ILtpr59Tqjfo4Gpoxs27vAPdu/2Zh5c6hqcV9rwEAw0+RqVGOgQsV 9HxG82A84GB2914I3lNFLib3xPRMsg4= =RAeN -----END PGP SIGNATURE----- --=-=-=-- ------------=_1724961962-11602-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 17 Aug 2024 00:43:07 +0000 Received: from localhost ([127.0.0.1]:53082 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sf7X8-0004ZR-KA for submit@debbugs.gnu.org; Fri, 16 Aug 2024 20:43:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:34702) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sf7X6-0004ZJ-QR for submit@debbugs.gnu.org; Fri, 16 Aug 2024 20:43:05 -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 1sf7WT-0006TR-P1 for guix-patches@gnu.org; Fri, 16 Aug 2024 20:42:26 -0400 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 1sf7WR-0007Wt-7x for guix-patches@gnu.org; Fri, 16 Aug 2024 20:42:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1723855335; bh=bkcd9otlTkr91PxV6v6TUmH3xpsK5qZRsp9zBUV5K00=; h=From:To:Subject:Date:From; b=moZuRtKlmDSDEa7E/Htte4kdIcpFWmZJaNTdATNNVS1rjnecHYJaIXz/T2YC+yXSg kdf6ojauOu6fTNgFey8+ZbM4bKbJr6AUNsvteuf1un4Ui/3Uxn2C09doqpOaJcZPT7 dRSuXnXwRBTQti4TFXHqmlYL3UBMizcm011v6fEXncfiqDyluiLZ69FTeZ5FbbEsf4 MzF93EPOjnblEbg1i/MGZOMxncv4hAHpBW6mdnuTSu05B9O4RbVIyj6/Vu9YMikYx2 fOGpe2OuVqGc1TnyYyM4pkBrjaE1JyJyEpGg87TIbUM8ojvbWjGFirYhTQ+b/S+lOO vAgZbiAXfBAaA== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id A1D291A7F for ; Fri, 16 Aug 2024 17:42:15 -0700 (PDT) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update diffoscope to 275. Date: Fri, 16 Aug 2024 17:42:10 -0700 Message-ID: <877ccgm13x.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain The attached patch updates diffoscope to 275. This version includes some changes to versioned dependencies for various tests... though guix master may lack some of those version requirements, so some additional tests may be skipped. Some hope that core-updates merge will improve test coverage again (e.g. newer "file" if I recall correctly). The only dependent package, reprotest, still builds fine, yay! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-diffoscope-Update-to-275.patch Content-Transfer-Encoding: quoted-printable From=20dca85b88581a915425c6e00a7c15bc9c00c0a005 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 16 Aug 2024 17:13:09 -0700 Subject: [PATCH] gnu: diffoscope: Update to 275. * gnu/packages/diffoscope.scm (diffoscope): Update to 275. =2D-- gnu/packages/diffoscope.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index e85f228119..2635a29ac1 100644 =2D-- 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") =2D (version "272") + (version "275") (source (origin (method git-fetch) @@ -84,7 +84,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "1dq0q41vsmnwnf8049r962x818cgm4aq5gfjavj9yjmc3dxfc76c"))= )) + (base32 "06f0c886z9krqqcs0cvl92vs103wv4hjp1x31pn3haxwqjjfyzlx")))) (build-system python-build-system) (arguments (list base-commit: 0a18e7b9831fd0b7c71466c2c01b573c5d9a268f =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZr/x4gAKCRDcUY/If5cW qvy5AQCO3V9yM+W/VRIBdQjxrbdhSSOqtscWbfd/KOPRuNmJUwD/ZvjxTgm9oWLT 7NxN1d+vu6lon+yZlGnF8IebsGw5DgQ= =cN// -----END PGP SIGNATURE----- --==-=-=-- ------------=_1724961962-11602-1--