From unknown Sat Jun 21 03:22:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75129] [PATCH] gnu: got: Update to 0.106. Resent-From: Ashish SHUKLA Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 26 Dec 2024 23:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75129 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75129@debbugs.gnu.org Cc: Ashish SHUKLA X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17352556513486 (code B ref -1); Thu, 26 Dec 2024 23:28:01 +0000 Received: (at submit) by debbugs.gnu.org; 26 Dec 2024 23:27:31 +0000 Received: from localhost ([127.0.0.1]:43128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQxGN-0000uA-G7 for submit@debbugs.gnu.org; Thu, 26 Dec 2024 18:27:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:37634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQxGI-0000tw-AA for submit@debbugs.gnu.org; Thu, 26 Dec 2024 18:27:29 -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 1tQxGH-0002kW-Uq for guix-patches@gnu.org; Thu, 26 Dec 2024 18:27:26 -0500 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 1tQxGG-0001YX-6v for guix-patches@gnu.org; Thu, 26 Dec 2024 18:27:25 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:cc00:d476:31ae:3776:ecc5]) (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 596BF44594; Thu, 26 Dec 2024 23:27:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1735255641; 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=+Ta3a+ricp7qEeCObfYAR+BnvYVDSIKQFWAhvQf1uCs=; b=OD4nf0KsbZct6PNqVfMP3mhXq/yl3e6iL3nukMSSUQCjG4iEjJL416xNBnrl9MvEQNW6xO gkn/2sRuG7HlaVYiBrVLN+XSOSSlmjR3M8FlDG09XAFmPM4zVF4AjWR/+aC/4lnDbBspTk DyaP8muJ4KEG6VqUjX1NvhnNORzCB0U= From: Ashish SHUKLA Date: Thu, 26 Dec 2024 23:27:11 +0000 Message-ID: <0503e1aeb14a90c0b4690ea87f7606363c70616a.1735255631.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 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 (--) * gnu/packages/version-control.scm (got): Update to 0.106. Change-Id: I590c1bd4b87093fe797e5bd78a36505fb268b4e3 --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index e63a843fc3..7a50d926a8 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -979,7 +979,7 @@ (define-public git-tools (define-public got (package (name "got") - (version "0.103") + (version "0.106") (source (origin (method url-fetch) (uri @@ -988,7 +988,7 @@ (define-public got version ".tar.gz")) (sha256 (base32 - "0y18961xrj4rja850i31gadiaps2qnkfb4jlramlz9akyf9mwh1j")))) + "1k07vcmi2vgkiv87wmjb79d9jq5rs1skv4nx77ips115q51dfy9h")))) (inputs (list libevent `(,util-linux "lib") base-commit: e4bdd464ebb49f4e698e5105f70b29688fff9475 -- 2.47.1 From unknown Sat Jun 21 03:22:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75129] [PATCH v2] gnu: got: Update to 0.107. Resent-From: Ashish SHUKLA Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 05 Jan 2025 15:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75129 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75129@debbugs.gnu.org Cc: Ashish SHUKLA Received: via spool by 75129-submit@debbugs.gnu.org id=B75129.17360923559118 (code B ref 75129); Sun, 05 Jan 2025 15:53:02 +0000 Received: (at 75129) by debbugs.gnu.org; 5 Jan 2025 15:52:35 +0000 Received: from localhost ([127.0.0.1]:34875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tUSvZ-0002Mz-Va for submit@debbugs.gnu.org; Sun, 05 Jan 2025 10:52:34 -0500 Received: from anamika.lostca.se ([65.21.75.227]:43578) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tUSvV-0002Mc-AJ for 75129@debbugs.gnu.org; Sun, 05 Jan 2025 10:52:31 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:d000:33dd:aea0:1013:7eee]) (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 886A745E6C; Sun, 5 Jan 2025 15:52:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1736092340; 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: in-reply-to:in-reply-to:references:references; bh=Tc/7Cr+xGO02SPvUaHRbu/tdu1Xcnk+pIWUiYcA1c7g=; b=A2esGgQvhvjTer5YNJFpOpYn6eR1YCNJIdoyEFyytTPRcGhL4125uZNUgvC2/DHgrTgM+A wFRPLacSITJ55Gi7HAJVz+3evCVoHt2FZKeDxclrU5OqNY1jp5G9Favs8VS51DbHGf/82X xLPJuNdJz40K6hrnDrjyXPUsk6MSHo4= From: Ashish SHUKLA Date: Sun, 5 Jan 2025 15:52:07 +0000 Message-ID: <9ad4a9c943ce0e3e2f42c6d2b07aa4dab147de2f.1736092327.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.1 In-Reply-To: <0503e1aeb14a90c0b4690ea87f7606363c70616a.1735255631.git.ashish.is@lostca.se> References: <0503e1aeb14a90c0b4690ea87f7606363c70616a.1735255631.git.ashish.is@lostca.se> 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 (-) * gnu/packages/version-control.scm (got): Update to 0.107. Change-Id: I421b7b267ee7ba9d3714b16553ff248a571f0a68 --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index e63a843fc3..0abd242a5c 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -979,7 +979,7 @@ (define-public git-tools (define-public got (package (name "got") - (version "0.103") + (version "0.107") (source (origin (method url-fetch) (uri @@ -988,7 +988,7 @@ (define-public got version ".tar.gz")) (sha256 (base32 - "0y18961xrj4rja850i31gadiaps2qnkfb4jlramlz9akyf9mwh1j")))) + "09vamg7z6i0d10nmvj78dmw6ivmkvs30w23xv7jm11529gc52n1z")))) (inputs (list libevent `(,util-linux "lib") base-commit: 67a535351f8678969e412e8dba9197a883b524d0 -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 05 10:57:44 2025 Received: (at control) by debbugs.gnu.org; 5 Jan 2025 15:57:44 +0000 Received: from localhost ([127.0.0.1]:34881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tUT0a-0002bE-EL for submit@debbugs.gnu.org; Sun, 05 Jan 2025 10:57:44 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]:47180) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tUT0Y-0002ay-FX for control@debbugs.gnu.org; Sun, 05 Jan 2025 10:57:43 -0500 Received: from localhost (unknown [IPv6:2a02:9140:3880:d000:33dd:aea0:1013:7eee]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 EE4C646192 for ; Sun, 5 Jan 2025 15:57:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1736092656; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=szBGCRIhsWQlpYzydGKfnF3VE1JEAPT9QTQ1rF4IC4w=; b=RfrNgQfChUYF02F18R18rkJgkOSZ+Ra78H47FaQ1IGQSYYAWC2DTRTO5klwSWzhK5s2BxQ bR42EFsYf/Q3pQCanEgqkCbbIh/alRRk7+CUPFAq3N+494tCTLg/O/BhaXYsNeNoMIIHOF X5uA4mEklGTd0KtePfHOsF4yfl4+G+0= Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; format=Flowed Date: Sun, 05 Jan 2025 15:57:34 +0000 Message-Id: Subject: Retitle bug report From: "Ashish SHUKLA" To: X-Mailer: aerc 0.18.2 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) retitle 75129 [PATCH v2] gnu: got: Update to 0.107. quit --=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 "If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin) From unknown Sat Jun 21 03:22:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75129] [PATCH v3] gnu: got: Update to 0.108. References: <0503e1aeb14a90c0b4690ea87f7606363c70616a.1735255631.git.ashish.is@lostca.se> In-Reply-To: <0503e1aeb14a90c0b4690ea87f7606363c70616a.1735255631.git.ashish.is@lostca.se> Resent-From: ashish.is@lostca.se Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 25 Jan 2025 23:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75129 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75129@debbugs.gnu.org Cc: Ashish SHUKLA Received: via spool by 75129-submit@debbugs.gnu.org id=B75129.17378474729322 (code B ref 75129); Sat, 25 Jan 2025 23:25:02 +0000 Received: (at 75129) by debbugs.gnu.org; 25 Jan 2025 23:24:32 +0000 Received: from localhost ([127.0.0.1]:53089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tbpVv-0002QI-Ns for submit@debbugs.gnu.org; Sat, 25 Jan 2025 18:24:32 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]:54946) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tbpVt-0002Px-2o for 75129@debbugs.gnu.org; Sat, 25 Jan 2025 18:24:30 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:dd00:cd4:34a3:15c6:7468]) (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 BB5AB3380; Sat, 25 Jan 2025 23:24:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1737847461; 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=nWC8eQlDN5oYt1weB9U0EZJTYS8Tqc4kTQIQZkhb/d8=; b=S1AejlFNClY6EY8p5OD6AfkU9AcIsYyP4Cn1nQ/kyfG38Yb5/zJqeiWoUnJ75umF33bn20 0ViuVElQPQnhydbggIk63BoFnnm1si0e5CHH+w/7nJdLKZfBOhMtT6BHECQ7PWhxCuwkaj WpN3exH5f5c4Z9/uPCSlcwRtRB/yhQY= From: ashish.is@lostca.se Date: Sat, 25 Jan 2025 23:24:11 +0000 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 (got): Update to 0.108. Change-Id: I54bc55529f1402c9cc5301340c967b69450a9b05 --- 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 2a95bc79e1..eecba47b0a 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -57,7 +57,7 @@ ;;; Copyright © 2024 Suhail Singh ;;; Copyright © 2024 Simon Tournier ;;; Copyright © 2024 Javier Olaechea -;;; Copyright © 2024 Ashish SHUKLA +;;; Copyright © 2024, 2025 Ashish SHUKLA ;;; Copyright © 2024 Wilko Meyer ;;; Copyright © 2025 Artyom V. Poptsov ;;; @@ -983,7 +983,7 @@ (define-public git-tools (define-public got (package (name "got") - (version "0.103") + (version "0.108") (source (origin (method url-fetch) (uri @@ -992,7 +992,7 @@ (define-public got version ".tar.gz")) (sha256 (base32 - "0y18961xrj4rja850i31gadiaps2qnkfb4jlramlz9akyf9mwh1j")))) + "1qnk5d1vyxyyqr6sc6wkc7b7w274zr0jv8vdq13sx1rmvl5353bc")))) (inputs (list libevent `(,util-linux "lib") base-commit: c20b77d4a94c7ac52ab208921888ef7070169a77 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 25 18:25:15 2025 Received: (at control) by debbugs.gnu.org; 25 Jan 2025 23:25:15 +0000 Received: from localhost ([127.0.0.1]:53096 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tbpWd-0002Xm-AF for submit@debbugs.gnu.org; Sat, 25 Jan 2025 18:25:15 -0500 Received: from anamika.lostca.se ([65.21.75.227]:38820) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tbpWa-0002To-Kf for control@debbugs.gnu.org; Sat, 25 Jan 2025 18:25:13 -0500 Received: from localhost (unknown [IPv6:2a02:9140:3880:dd00:cd4:34a3:15c6:7468]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 6A2C23384 for ; Sat, 25 Jan 2025 23:25:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1737847506; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MdbCpCJmSLVnzhTREwtkitFE56e8agBGIkL4sgIz10s=; b=JXuoSdligq6NVbBkLRKMo0A/Rvh9C157PhuLWlfOG7d9dm5vVQNvKv1Rqh7jr8qfrJO0IL laXn3cwYU8A94VTocAiEuCh3FuzFMSy/K0BsMPji62PbCxVIQ7vUOYAtj54prUdHU7qFqM NkUSMbsC1cBTcTD+R5hx93yHeHdf6QU= Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; format=Flowed Date: Sat, 25 Jan 2025 23:25:05 +0000 Message-Id: Subject: retitle bug report From: "Ashish SHUKLA" To: X-Mailer: aerc 0.19.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control 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 (-) retitle 75129 [PATCH v3] gnu: got: Update to 0.108. quit --=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 "If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin) From unknown Sat Jun 21 03:22:23 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 SHUKLA Subject: bug#75129: closed (Close) Message-ID: References: <0503e1aeb14a90c0b4690ea87f7606363c70616a.1735255631.git.ashish.is@lostca.se> X-Gnu-PR-Message: they-closed 75129 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 75129@debbugs.gnu.org Date: Sat, 22 Feb 2025 20:00:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1740254402-17905-1" This is a multi-part message in MIME format... ------------=_1740254402-17905-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #75129: [PATCH v3] gnu: got: Update to 0.108. 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 75129@debbugs.gnu.org. --=20 75129: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75129 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1740254402-17905-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 75129-done) by debbugs.gnu.org; 22 Feb 2025 19:59:20 +0000 Received: from localhost ([127.0.0.1]:57285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tlvei-0004dL-AC for submit@debbugs.gnu.org; Sat, 22 Feb 2025 14:59:20 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:36234) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tlvef-0004d4-94 for 75129-done@debbugs.gnu.org; Sat, 22 Feb 2025 14:59:17 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 509E219E; Sat, 22 Feb 2025 20:59:10 +0100 (CET) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id n-zhnFKWUkHl; Sat, 22 Feb 2025 20:59:09 +0100 (CET) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4640D12F; Sat, 22 Feb 2025 20:59:09 +0100 (CET) Date: Sat, 22 Feb 2025 20:59:07 +0100 From: Andreas Enge To: 75129-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Server: hera X-Spamd-Bar: ++++++ X-Rspamd-Queue-Id: 509E219E X-Spamd-Result: default: False [6.36 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-2.04)[95.28%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[] X-Spam-Level: ****** X-Rspamd-Action: add header X-Spam: Yes X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 75129-done 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 (-) Hello, your patch has been treated by QA, but it did not apply to master any more. I have recreated it and pushed it with you as the author. Thanks, Andreas ------------=_1740254402-17905-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Dec 2024 23:27:31 +0000 Received: from localhost ([127.0.0.1]:43128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQxGN-0000uA-G7 for submit@debbugs.gnu.org; Thu, 26 Dec 2024 18:27:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:37634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQxGI-0000tw-AA for submit@debbugs.gnu.org; Thu, 26 Dec 2024 18:27:29 -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 1tQxGH-0002kW-Uq for guix-patches@gnu.org; Thu, 26 Dec 2024 18:27:26 -0500 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 1tQxGG-0001YX-6v for guix-patches@gnu.org; Thu, 26 Dec 2024 18:27:25 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:cc00:d476:31ae:3776:ecc5]) (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 596BF44594; Thu, 26 Dec 2024 23:27:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1735255641; 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=+Ta3a+ricp7qEeCObfYAR+BnvYVDSIKQFWAhvQf1uCs=; b=OD4nf0KsbZct6PNqVfMP3mhXq/yl3e6iL3nukMSSUQCjG4iEjJL416xNBnrl9MvEQNW6xO gkn/2sRuG7HlaVYiBrVLN+XSOSSlmjR3M8FlDG09XAFmPM4zVF4AjWR/+aC/4lnDbBspTk DyaP8muJ4KEG6VqUjX1NvhnNORzCB0U= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: got: Update to 0.106. Date: Thu, 26 Dec 2024 23:27:11 +0000 Message-ID: <0503e1aeb14a90c0b4690ea87f7606363c70616a.1735255631.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 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 (--) * gnu/packages/version-control.scm (got): Update to 0.106. Change-Id: I590c1bd4b87093fe797e5bd78a36505fb268b4e3 --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index e63a843fc3..7a50d926a8 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -979,7 +979,7 @@ (define-public git-tools (define-public got (package (name "got") - (version "0.103") + (version "0.106") (source (origin (method url-fetch) (uri @@ -988,7 +988,7 @@ (define-public got version ".tar.gz")) (sha256 (base32 - "0y18961xrj4rja850i31gadiaps2qnkfb4jlramlz9akyf9mwh1j")))) + "1k07vcmi2vgkiv87wmjb79d9jq5rs1skv4nx77ips115q51dfy9h")))) (inputs (list libevent `(,util-linux "lib") base-commit: e4bdd464ebb49f4e698e5105f70b29688fff9475 -- 2.47.1 ------------=_1740254402-17905-1--