emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48854: closed ([PATCH] gnu: tig: Update to 2.5.4.)


From: GNU bug Tracking System
Subject: bug#48854: closed ([PATCH] gnu: tig: Update to 2.5.4.)
Date: Sun, 06 Jun 2021 10:13:01 +0000

Your message dated Sun, 06 Jun 2021 18:13:04 +0800
with message-id 
<OSZP286MB0664461FF017F24C94C06979A3399@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM>
and subject line Re: bug#48854: [PATCH] gnu: tig: Update to 2.5.4.
has caused the debbugs.gnu.org bug report #48854,
regarding [PATCH] gnu: tig: Update to 2.5.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48854: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48854
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: tig: Update to 2.5.4. Date: Sun, 6 Jun 2021 00:00:23 +0200
I hope I have the commit message right this time.


* gnu/packages/version-control.scm (tig): Update to 2.5.4.
---
 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 cd262402c1..4156c97cea 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2280,7 +2280,7 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
 (define-public tig
   (package
     (name "tig")
-    (version "2.5.3")
+    (version "2.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2288,7 +2288,7 @@ from Subversion to any supported Distributed Version 
Control System (DVCS).")
                     version "/tig-" version ".tar.gz"))
               (sha256
                (base32
-                "1p1575yh4daxjifywxkd0hgyfwciylqcm2qakawvwn6mk620ca75"))))
+                "19va4jn46s0vjv9f337g3ad6hy1f285ynl27i9gkd9l70b9q90n4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#48854: [PATCH] gnu: tig: Update to 2.5.4. Date: Sun, 06 Jun 2021 18:13:04 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Solene Rapenne <solene@perso.pw> writes:

> I hope I have the commit message right this time.
>
>
> * gnu/packages/version-control.scm (tig): Update to 2.5.4.

Pushed, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]