GNU bug report logs - #76721
[PATCH v2] gnu: got: Update to 0.110.

Previous Next

Package: guix-patches;

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

Date: Mon, 3 Mar 2025 21:06:02 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 76721 in the body.
You can then email your comments to 76721 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#76721; Package guix-patches. (Mon, 03 Mar 2025 21:06: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. (Mon, 03 Mar 2025 21:06: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.109.
Date: Mon,  3 Mar 2025 22:05:06 +0100
* gnu/packages/version-control.scm (got): Update to 0.109.

Change-Id: I16a2ba1db781a2eece9a0666c8d86984685bb766
---
 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 9ecb5cf98a..1fc933ac62 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1180,7 +1180,7 @@ (define-public git-spice
 (define-public got
   (package
     (name "got")
-    (version "0.108")
+    (version "0.109")
     (source (origin
               (method url-fetch)
               (uri
@@ -1189,7 +1189,7 @@ (define-public got
                   version ".tar.gz"))
               (sha256
                (base32
-                "1qnk5d1vyxyyqr6sc6wkc7b7w274zr0jv8vdq13sx1rmvl5353bc"))))
+                "10ba5hrwa67p5qy22514cwrxnhvsb16rna2vwnh3zijvw5advli2"))))
     (inputs
      (list libevent
            `(,util-linux "lib")

base-commit: 5058b40aba825ab6e7b9e518dd1147d1e35fd7de
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76721; Package guix-patches. (Wed, 05 Mar 2025 00:46:02 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: 76721 <at> debbugs.gnu.org
Subject: Re: [bug#76721] [PATCH] gnu: got: Update to 0.109.
Date: Wed, 05 Mar 2025 08:49:20 +0800
Ashish SHUKLA <ashish.is <at> lostca.se> writes:

> * gnu/packages/version-control.scm (got): Update to 0.109.

It seems 0.110 was released but the tarball haven't been uploaded,
we may wait for it.

https://gameoftrees.org/releases/changes.html#2025-02-20




Information forwarded to guix-patches <at> gnu.org:
bug#76721; Package guix-patches. (Wed, 26 Mar 2025 12:55:02 GMT) Full text and rfc822 format available.

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

From: ashish.is <at> lostca.se
To: iyzsong <at> envs.net
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>, 76721 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: got: Update to 0.110.
Date: Wed, 26 Mar 2025 13:54:09 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/version-control.scm (got): Update to 0.110.

Change-Id: I541bb10bf1fb52b111dc367d3f381bdd483d4d90
---
 gnu/packages/version-control.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index c8f244e0fa..15d8656c37 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1181,16 +1181,16 @@ (define-public git-spice
 (define-public got
   (package
     (name "got")
-    (version "0.108")
+    (version "0.110")
     (source (origin
               (method url-fetch)
               (uri
-                (string-append
-                  "https://gameoftrees.org/releases/portable/got-portable-"
-                  version ".tar.gz"))
+               (string-append
+                "https://gameoftrees.org/releases/portable/got-portable-"
+                version ".tar.gz"))
               (sha256
                (base32
-                "1qnk5d1vyxyyqr6sc6wkc7b7w274zr0jv8vdq13sx1rmvl5353bc"))))
+                "0a8xcqqw09bddzgqqg1mrwqp36fqsf2zfvz7lqv55y770l9f8d9n"))))
     (inputs
      (list libevent
            `(,util-linux "lib")

base-commit: 0c83bcfa812f49d5d8c91255548aad46ef3bfcb6
-- 
2.49.0





Changed bug title to '[PATCH v2] gnu: got: Update to 0.110.' from '[PATCH] gnu: got: Update to 0.109.' Request was from "Ashish SHUKLA" <ashish.is <at> lostca.se> to control <at> debbugs.gnu.org. (Wed, 26 Mar 2025 12:56:02 GMT) Full text and rfc822 format available.

Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Mon, 31 Mar 2025 14:05:03 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Mon, 31 Mar 2025 14:05:04 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: ashish.is <at> lostca.se
Cc: 76721-done <at> debbugs.gnu.org, iyzsong <at> envs.net
Subject: Re: [PATCH v2] gnu: got: Update to 0.110.
Date: Mon, 31 Mar 2025 16:04:34 +0200
Pushed, thanks!

Andreas





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

This bug report was last modified 63 days ago.

Previous Next


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