GNU bug report logs - #75129
[PATCH v3] gnu: got: Update to 0.108.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Thu, 26 Dec 2024 23:28:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75129 in the body.
You can then email your comments to 75129 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75129; Package guix-patches. (Thu, 26 Dec 2024 23:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 26 Dec 2024 23:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: got: Update to 0.106.
Date: Thu, 26 Dec 2024 23:27:11 +0000
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#75129; Package guix-patches. (Sun, 05 Jan 2025 15:53:02 GMT) Full text and rfc822 format available.

Message #8 received at 75129 <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: 75129 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v2] gnu: got: Update to 0.107.
Date: Sun,  5 Jan 2025 15:52:07 +0000
* 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





Changed bug title to '[PATCH v2] gnu: got: Update to 0.107.' from '[PATCH] gnu: got: Update to 0.106.' Request was from "Ashish SHUKLA" <ashish.is <at> lostca.se> to control <at> debbugs.gnu.org. (Sun, 05 Jan 2025 15:58:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#75129; Package guix-patches. (Sat, 25 Jan 2025 23:25:02 GMT) Full text and rfc822 format available.

Message #13 received at 75129 <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: 75129 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v3] gnu: got: Update to 0.108.
Date: Sat, 25 Jan 2025 23:24:11 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* 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 <suhail <at> bayesians.ca>
 ;;; Copyright © 2024 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2024 Javier Olaechea <pirata <at> gmail.com>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;; Copyright © 2024 Wilko Meyer <w <at> wmeyer.eu>
 ;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;;
@@ -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





Changed bug title to '[PATCH v3] gnu: got: Update to 0.108.' from '[PATCH v2] gnu: got: Update to 0.107.' Request was from "Ashish SHUKLA" <ashish.is <at> lostca.se> to control <at> debbugs.gnu.org. (Sat, 25 Jan 2025 23:26:01 GMT) Full text and rfc822 format available.

Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Sat, 22 Feb 2025 20:00:02 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Sat, 22 Feb 2025 20:00:02 GMT) Full text and rfc822 format available.

Message #20 received at 75129-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 75129-done <at> debbugs.gnu.org
Subject: Close
Date: Sat, 22 Feb 2025 20:59:07 +0100
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





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 23 Mar 2025 11:24:27 GMT) Full text and rfc822 format available.

This bug report was last modified 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.