From unknown Sun Aug 10 07:32:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72413] [PATCH] gnu: git: Update to 2.46.0. Resent-From: ashish.is@lostca.se Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 01 Aug 2024 20:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72413 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72413@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172254508330211 (code B ref -1); Thu, 01 Aug 2024 20:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 1 Aug 2024 20:44:43 +0000 Received: from localhost ([127.0.0.1]:51994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sZcfC-0007rD-SI for submit@debbugs.gnu.org; Thu, 01 Aug 2024 16:44:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:47388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sZcf9-0007r2-Ev for submit@debbugs.gnu.org; Thu, 01 Aug 2024 16:44:41 -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 1sZceq-0004f3-UQ for guix-patches@gnu.org; Thu, 01 Aug 2024 16:44:21 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sZcep-0003od-0S for guix-patches@gnu.org; Thu, 01 Aug 2024 16:44:20 -0400 Received: from localhost.localdomain (poincare.inet6.in [IPv6:2a0a:4cc0:1:12d4::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 062BD1EAE4; Thu, 1 Aug 2024 20:44:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1722545046; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=NgvrWo7azjx8rB6XzPxZ+RWeZfeWFff6jnDHXIGVtfo=; b=rrNHrFW6EK1Vpb/oLYarw2EgNlcwDaqrKDSz0X5hYy9FdixQcWYgkdivdLaSpt3VsBRKZF FSL9142gqRB6cXDSDZFqzZnWxD6ZlptbTT+qz0NWSTEdA9IJvXTZlNd+mA7/Ej3NAn2Oei pX7yhtBPEEzYM+cCfppgrrClZRiXkpI= From: ashish.is@lostca.se Date: Thu, 1 Aug 2024 20:43:23 +0000 Message-ID: <9fd24d24fe7fb757b5cbaada596ebfaa4d0bf8ab.1722545003.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) From: Ashish SHUKLA * gnu/packages/version-control.scm (git): Update to 2.46.0. Change-Id: I5fec92073d4f3ec0edb9686cca0c3696d9e338ef --- gnu/packages/version-control.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 9f67237d5d..5e9cc8cf59 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -53,6 +53,7 @@ ;;; Copyright © 2023 Josselin Poiret ;;; Copyright © 2024 Hilton Chain ;;; Copyright © 2024 Suhail Singh +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -243,14 +244,14 @@ (define git-cross-configure-flags (define-public git (package (name "git") - (version "2.45.2") + (version "2.46.0") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/scm/git/git-" version ".tar.xz")) (sha256 (base32 - "1nws1vjgj54sv32wxl1h3n1jkcpabqv7a605hhafsby0n5zfigsi")))) + "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz")))) (build-system gnu-build-system) (native-inputs `(("native-perl" ,perl) @@ -270,7 +271,7 @@ (define-public git version ".tar.xz")) (sha256 (base32 - "1pqrp46kwbxycqld39027ph1cvkq9am156y3sswn6w2khsg30f09")))) + "1lvvhzypllbyd8j6m0p9qgd3gqg10gch9s7lqif8vr9n80fqn4fw")))) ;; For subtree documentation. ("asciidoc" ,asciidoc) ("docbook2x" ,docbook2x) base-commit: 2b4e3c9847dce02e371ff4dce615789fdfd101fa -- 2.46.0 From unknown Sun Aug 10 07:32:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72413] [PATCH v2] gnu: git: Update to 2.46.0 References: <9fd24d24fe7fb757b5cbaada596ebfaa4d0bf8ab.1722545003.git.ashish.is@lostca.se> In-Reply-To: <9fd24d24fe7fb757b5cbaada596ebfaa4d0bf8ab.1722545003.git.ashish.is@lostca.se> Resent-From: ashish.is@lostca.se Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 05 Sep 2024 12:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72413 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72413@debbugs.gnu.org Cc: Ashish SHUKLA Received: via spool by 72413-submit@debbugs.gnu.org id=B72413.172554018322590 (code B ref 72413); Thu, 05 Sep 2024 12:44:02 +0000 Received: (at 72413) by debbugs.gnu.org; 5 Sep 2024 12:43:03 +0000 Received: from localhost ([127.0.0.1]:36365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smBpG-0005sH-Jy for submit@debbugs.gnu.org; Thu, 05 Sep 2024 08:43:03 -0400 Received: from anamika.lostca.se ([65.21.75.227]:57050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smBpD-0005rm-UO for 72413@debbugs.gnu.org; Thu, 05 Sep 2024 08:43:00 -0400 Received: from localhost.localdomain (poincare.inet6.in [IPv6:2a0a:4cc0:1:12d4::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id C26C0279EE; Thu, 5 Sep 2024 12:41:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1725540105; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=4DTOhfbyLTJ7W4iY0+zoH8luh86eVEPzn8yLvKfm6JM=; b=n1Fh1GeitLdx8qMsIEhiAlEXeBv/7qDS0CNNR++KMzclQ02ejFJmjxr70OFfCshNaPMxe3 KXdChbB4UPw3OOgWE4amXPxDZ4osB+pkruP5EGjGxb3RKvCrCL1Tj4ETK4xeNikendLUVK pQ8vM3iiNJiVcfuMv1mUy7VPVuLMe94= From: ashish.is@lostca.se Date: Thu, 5 Sep 2024 12:40:24 +0000 Message-ID: <06c46998ea7ce45165fe6663868d4aaf883a55f2.1725540023.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 (-) From: Ashish SHUKLA * gnu/packages/version-control.scm (git-minimal): Update to 2.46.0. (git)[arguments]{install-man-pages} Update hash for the git-manpages. Change-Id: I686825ffba828e88e37ff156fab23fd43155d210 --- This revised patch works with current HEAD, esp. with the issue 73034 which fixes git-send-email. gnu/packages/version-control.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 1db783b731..b8aa1ee0da 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -248,14 +248,14 @@ (define git-cross-configure-flags (define-public git-minimal (package (name "git-minimal") - (version "2.45.2") + (version "2.46.0") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/scm/git/git-" version ".tar.xz")) (sha256 (base32 - "1nws1vjgj54sv32wxl1h3n1jkcpabqv7a605hhafsby0n5zfigsi")))) + "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz")))) (build-system gnu-build-system) (arguments (list @@ -692,7 +692,7 @@ (define-public git ".tar.xz")) (sha256 (base32 - "1pqrp46kwbxycqld39027ph1cvkq9am156y3sswn6w2khsg30f09")))))))))))) + "1lvvhzypllbyd8j6m0p9qgd3gqg10gch9s7lqif8vr9n80fqn4fw")))))))))))) (native-inputs (modify-inputs (package-native-inputs git-minimal) ;; For subtree documentation. base-commit: 20b1613484f512649f919d89285e981998592497 -- 2.46.0 From unknown Sun Aug 10 07:32:43 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: ashish.is@lostca.se Subject: bug#72413: closed (Re: [bug#72413] [PATCH] gnu: git: Update to 2.46.0.) Message-ID: References: <87r09yi024.fsf@gmail.com> <9fd24d24fe7fb757b5cbaada596ebfaa4d0bf8ab.1722545003.git.ashish.is@lostca.se> X-Gnu-PR-Message: they-closed 72413 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 72413@debbugs.gnu.org Date: Thu, 05 Sep 2024 15:56:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1725551764-15211-1" This is a multi-part message in MIME format... ------------=_1725551764-15211-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #72413: [PATCH] gnu: git: Update to 2.46.0. 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 72413@debbugs.gnu.org. --=20 72413: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D72413 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1725551764-15211-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 72413-done) by debbugs.gnu.org; 5 Sep 2024 15:55:12 +0000 Received: from localhost ([127.0.0.1]:37920 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smEpD-0003ug-N4 for submit@debbugs.gnu.org; Thu, 05 Sep 2024 11:55:12 -0400 Received: from mail-lj1-f181.google.com ([209.85.208.181]:53728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smEgc-0003Js-2r for 72413-done@debbugs.gnu.org; Thu, 05 Sep 2024 11:46:18 -0400 Received: by mail-lj1-f181.google.com with SMTP id 38308e7fff4ca-2f3f163e379so17415471fa.3 for <72413-done@debbugs.gnu.org>; Thu, 05 Sep 2024 08:45:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1725551047; x=1726155847; darn=debbugs.gnu.org; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:from:to:cc:subject:date:message-id:reply-to; bh=C8l4VecwZMamRCzHTTn8WDf3KmjMxa998B+373Ii7Ek=; b=YEQ0psP8DTYNx6+9I6nVi89xoBCI1ZMrimrQla3t4yRqFbveJxNzs8ceAg5sk6Iw22 oVmvDdCmSVfTvN9S/w5zu9ZUi3xnfdo+wbvRKLwcCR+k5G88rF0+nVQ2RPfqNGOOpsJv NGDt9qKtCb24H3TvjYbs/LHtRTj+fjMhlneviH98RCHZLajFk5s59PL8e7EeHfIy5XUz 1L/U3vO41EWaJGDkFG0UYVyRv9GSR2tMB04TIepdPMpur9XkZmE1FQeVozC677R/yZo2 QVvyIC1KdH3zOwPJ+fznzbfZFgQ6AqDZ9dBvABd/09t3sOjr9PP/A0IZWbqMpZ87IZWA rmdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725551047; x=1726155847; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=C8l4VecwZMamRCzHTTn8WDf3KmjMxa998B+373Ii7Ek=; b=xNU4nIDPgyOGrQMoF2EX5rFALtdRcsAVJK1Lhfd9uj23OesEuKPMwvz2tGfwQTNF57 FYvOrw/mExsf7Ut/6MYpvhyO75Zb8mvP8Xa+JSnokHVim48k9eA1tZ+pYgxGnYu/+x1C VPJffN+O4XiE6Ujia+wrLJ/8inaor//MkUUGebSFz3RQrnUws7FYFb5eP+05hXBPG6Mw 5kd5kSc7Y6OfWb1S0j/Lh2bG6OT2AFFcai1/dElwIvqEXq012hGZ2UKbeti8MTqtxuJa /U5kyVLRSc3ZGqdc+yjr8TBnqYnBiRmiRxgInLIQXLkkgyh9Q2TgSQolcEztuKhMDeh7 zRkA== X-Forwarded-Encrypted: i=1; AJvYcCXF1efE1qKTHpS8LUSRS+iXhq8Kfagp/fvR+0W5mgH3zU2GAnbd5kidQrQsG6bq+AGzD/dHJV5tbnl5@debbugs.gnu.org X-Gm-Message-State: AOJu0Yw/Onxij+ivNDT1Z0utZBooMKpKDimxyUr64deb6wfE+kItAn27 XpWmzDSb+1MpLOrACSl5cJXcPky5vtRPVmzjo8HlCKmBnNWn/SrpsG9ksg== X-Google-Smtp-Source: AGHT+IEid3MqLsdUQyA5QMBn76o6+LMd4bxq0+qqpBCTa6PEHo8GXjT4xE25B5TENnolZe15BvjZ3g== X-Received: by 2002:a5d:5e12:0:b0:374:b363:2dea with SMTP id ffacd0b85a97d-374b3632f60mr16482209f8f.10.1725550657247; Thu, 05 Sep 2024 08:37:37 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:4d6d:a7b0:20be:6231]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-374b23f20d1sm16978470f8f.35.2024.09.05.08.37.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Sep 2024 08:37:36 -0700 (PDT) From: Simon Tournier To: "ashish.is--- via Guix-patches via" , 72413-done@debbugs.gnu.org Subject: Re: [bug#72413] [PATCH] gnu: git: Update to 2.46.0. In-Reply-To: <9fd24d24fe7fb757b5cbaada596ebfaa4d0bf8ab.1722545003.git.ashish.is@lostca.se> References: <9fd24d24fe7fb757b5cbaada596ebfaa4d0bf8ab.1722545003.git.ashish.is@lostca.se> Date: Thu, 05 Sep 2024 17:37:23 +0200 Message-ID: <87r09yi024.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72413-done Cc: Ashish SHUKLA 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 (-) Hi, On Thu, 01 Aug 2024 at 20:43, "ashish.is--- via Guix-patches" via wrote: > * gnu/packages/version-control.scm (git): Update to 2.46.0. Closing because part of the version 3 of series #73034 [1]. 1: https://issues.guix.gnu.org/73034 Cheers, simon ------------=_1725551764-15211-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Aug 2024 20:44:43 +0000 Received: from localhost ([127.0.0.1]:51994 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sZcfC-0007rD-SI for submit@debbugs.gnu.org; Thu, 01 Aug 2024 16:44:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:47388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sZcf9-0007r2-Ev for submit@debbugs.gnu.org; Thu, 01 Aug 2024 16:44:41 -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 1sZceq-0004f3-UQ for guix-patches@gnu.org; Thu, 01 Aug 2024 16:44:21 -0400 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sZcep-0003od-0S for guix-patches@gnu.org; Thu, 01 Aug 2024 16:44:20 -0400 Received: from localhost.localdomain (poincare.inet6.in [IPv6:2a0a:4cc0:1:12d4::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 062BD1EAE4; Thu, 1 Aug 2024 20:44:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1722545046; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=NgvrWo7azjx8rB6XzPxZ+RWeZfeWFff6jnDHXIGVtfo=; b=rrNHrFW6EK1Vpb/oLYarw2EgNlcwDaqrKDSz0X5hYy9FdixQcWYgkdivdLaSpt3VsBRKZF FSL9142gqRB6cXDSDZFqzZnWxD6ZlptbTT+qz0NWSTEdA9IJvXTZlNd+mA7/Ej3NAn2Oei pX7yhtBPEEzYM+cCfppgrrClZRiXkpI= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: git: Update to 2.46.0. Date: Thu, 1 Aug 2024 20:43:23 +0000 Message-ID: <9fd24d24fe7fb757b5cbaada596ebfaa4d0bf8ab.1722545003.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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.4 (--) From: Ashish SHUKLA * gnu/packages/version-control.scm (git): Update to 2.46.0. Change-Id: I5fec92073d4f3ec0edb9686cca0c3696d9e338ef --- gnu/packages/version-control.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 9f67237d5d..5e9cc8cf59 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -53,6 +53,7 @@ ;;; Copyright © 2023 Josselin Poiret ;;; Copyright © 2024 Hilton Chain ;;; Copyright © 2024 Suhail Singh +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -243,14 +244,14 @@ (define git-cross-configure-flags (define-public git (package (name "git") - (version "2.45.2") + (version "2.46.0") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/scm/git/git-" version ".tar.xz")) (sha256 (base32 - "1nws1vjgj54sv32wxl1h3n1jkcpabqv7a605hhafsby0n5zfigsi")))) + "15bzq9m6c033qiz5q5gw1nqw4m452vvqax30wbms6z4bl9i384kz")))) (build-system gnu-build-system) (native-inputs `(("native-perl" ,perl) @@ -270,7 +271,7 @@ (define-public git version ".tar.xz")) (sha256 (base32 - "1pqrp46kwbxycqld39027ph1cvkq9am156y3sswn6w2khsg30f09")))) + "1lvvhzypllbyd8j6m0p9qgd3gqg10gch9s7lqif8vr9n80fqn4fw")))) ;; For subtree documentation. ("asciidoc" ,asciidoc) ("docbook2x" ,docbook2x) base-commit: 2b4e3c9847dce02e371ff4dce615789fdfd101fa -- 2.46.0 ------------=_1725551764-15211-1-- From unknown Sun Aug 10 07:32:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#72413] [PATCH] gnu: git: Update to 2.46.0. Resent-From: Simon Tournier Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 05 Sep 2024 16:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72413 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72413@debbugs.gnu.org, 72413-done@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: "ashish.is--- via Guix-patches via" , 72413-done@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.172555220417789 (code B ref -1); Thu, 05 Sep 2024 16:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Sep 2024 16:03:24 +0000 Received: from localhost ([127.0.0.1]:37952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smEx9-0004cr-Lv for submit@debbugs.gnu.org; Thu, 05 Sep 2024 12:03:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:39734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smEx7-0004cj-V0 for submit@debbugs.gnu.org; Thu, 05 Sep 2024 12:03:22 -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 1smEYH-0004Iv-CO for guix-patches@gnu.org; Thu, 05 Sep 2024 11:37:41 -0400 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1smEYF-00087V-Ky for guix-patches@gnu.org; Thu, 05 Sep 2024 11:37:40 -0400 Received: by mail-wr1-x430.google.com with SMTP id ffacd0b85a97d-374c4c6cb29so789036f8f.3 for ; Thu, 05 Sep 2024 08:37:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1725550658; x=1726155458; darn=gnu.org; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:from:to:cc:subject:date:message-id:reply-to; bh=C8l4VecwZMamRCzHTTn8WDf3KmjMxa998B+373Ii7Ek=; b=RV1AItIWXnuSLxVxkYLU9fdOGXxFRFX1dpMUZugyjytgJL/xasPdXO8cG5bFf/XBB3 OUypvYav7I72fQXBTMGV8+YN8FqRa/4RqmvXJ9AI2sGpYFGrvNjEd5flM4cCDFlneFpt tEsGdvk02xVKsXGOpNtSywAb5GV386khs8tTOgM2P4uU3do2+dg/QCKhNPkFjxYxqCH8 3G3NJWffSpsAUsCCNXBiucXHiadELhtaAFiljuYLZWN3GmGgemk18Kz/sNDuqxXNqOnN OVFWnAIdm2XkXy85FDKNHdDJAWez+o6DoR/Pq2SYpAIZqQ2h8g+OJQ/t9X0WNy1Ww/iD HB5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725550658; x=1726155458; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=C8l4VecwZMamRCzHTTn8WDf3KmjMxa998B+373Ii7Ek=; b=wTpXyN1nzY9zYkBraR6F5ytv2n4t7q5YI9GxKw+b8H1ssZ7dwvrFVwcKjYJ0f4ig3G e7utwVD2UnvKvDVH1/pvxv3jZysgwm29N7C6YrKNGgjiiNbxcPZ+RsCWURSI9KYZ8riz kaLmlc/MmkyonQPHyIKDaLeIvcfRxFwCR8guwCkgx6sPM/dqaHaWwxALskDzB+Thic7C MYTpkZ6u+kis27EL/g1Fj6W9f7O1dOa7ut1441wJUGRMleo2Cf9VbVS4M/vtC3yClHY5 7d41pRVtaiaxW/Oy9EHdwDvZ8lnvkNnaEtH9jSmP2a22ZZmJ6rWgGWdHJ4ip/fxRZwpH 8eCA== X-Gm-Message-State: AOJu0YzctWgRsI5sfivj0fULKSBYP2ji9tz0x/m9ClSmoD0CxMg6A3wW SDYqB1ZKDuTq+3+DMqLrsU5U7fRUx5rwoceWqmyP7I09PweS60twUOcDEA== X-Google-Smtp-Source: AGHT+IEid3MqLsdUQyA5QMBn76o6+LMd4bxq0+qqpBCTa6PEHo8GXjT4xE25B5TENnolZe15BvjZ3g== X-Received: by 2002:a5d:5e12:0:b0:374:b363:2dea with SMTP id ffacd0b85a97d-374b3632f60mr16482209f8f.10.1725550657247; Thu, 05 Sep 2024 08:37:37 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:4d6d:a7b0:20be:6231]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-374b23f20d1sm16978470f8f.35.2024.09.05.08.37.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 Sep 2024 08:37:36 -0700 (PDT) From: Simon Tournier In-Reply-To: <9fd24d24fe7fb757b5cbaada596ebfaa4d0bf8ab.1722545003.git.ashish.is@lostca.se> References: <9fd24d24fe7fb757b5cbaada596ebfaa4d0bf8ab.1722545003.git.ashish.is@lostca.se> Date: Thu, 05 Sep 2024 17:37:23 +0200 Message-ID: <87r09yi024.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2a00:1450:4864:20::430; envelope-from=zimon.toutoune@gmail.com; helo=mail-wr1-x430.google.com 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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 (--) Hi, On Thu, 01 Aug 2024 at 20:43, "ashish.is--- via Guix-patches" via wrote: > * gnu/packages/version-control.scm (git): Update to 2.46.0. Closing because part of the version 3 of series #73034 [1]. 1: https://issues.guix.gnu.org/73034 Cheers, simon