[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: texinfo: Update to 7.0.2.
From: |
guix-commits |
Subject: |
02/02: gnu: texinfo: Update to 7.0.2. |
Date: |
Wed, 25 Jan 2023 12:20:10 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit cb141aaf677ecd1fc846999cf3d091c021d6655e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 25 17:36:57 2023 +0100
gnu: texinfo: Update to 7.0.2.
* gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.2.
---
gnu/packages/texinfo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 1dd6d47fdd..ec953f57b5 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -103,14 +103,14 @@ is on expressing the content semantically, avoiding
physical markup commands.")
(define-public texinfo-7
(package
(inherit texinfo)
- (version "7.0.1")
+ (version "7.0.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/texinfo/texinfo-"
version ".tar.xz"))
(sha256
(base32
- "1cn6na6vgz6nhda0f5naiysx5sqhw3azi81qk6hah1yqnbyj3lmw"))))))
+ "1balvbkdlwa8zwnzp4irkixq1zhps2wr6njmwj4ilgiqc4rfq4gj"))))))
(define-public texinfo-5
(package (inherit texinfo)