[PATCH] gnu: tig: Update to 2.5.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210606000023.7d381e64@perso.pw
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(-)

Toggle diff (24 lines)
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
宋文武 wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 48854-done@debbugs.gnu.org)
OSZP286MB0664461FF017F24C94C06979A3399@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM
Solene Rapenne <solene@perso.pw> writes:

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

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48854@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48854
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help