summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-04-19 12:12:57 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:52 +0100
commite10db2eb03802b07f15f1296937f0e1db2ea3e7b (patch)
tree06ca52991e2502556a59a6c2a7ce7f8e4d2fb72d /gnu
parent7db86d5ade64a765e20755eec0123c687847a5b4 (diff)
gnu: recode: Update to 3.7.15.
* gnu/packages/textutils.scm (recode): Update to 3.7.15. [native-inputs]: Add help2man and python-setuptools. Change-Id: I319e285e721c72dbf01854aa8bec7d05acfdffc2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/textutils.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 3484f655b61..e1a2c4effc7 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -87,6 +87,7 @@
87 #:use-module (gnu packages golang-xyz) 87 #:use-module (gnu packages golang-xyz)
88 #:use-module (gnu packages java) 88 #:use-module (gnu packages java)
89 #:use-module (gnu packages julia) 89 #:use-module (gnu packages julia)
90 #:use-module (gnu packages man)
90 #:use-module (gnu packages ncurses) 91 #:use-module (gnu packages ncurses)
91 #:use-module (gnu packages nss) 92 #:use-module (gnu packages nss)
92 #:use-module (gnu packages pcre) 93 #:use-module (gnu packages pcre)
@@ -139,17 +140,17 @@ to DOS format and vice versa.")
139(define-public recode 140(define-public recode
140 (package 141 (package
141 (name "recode") 142 (name "recode")
142 (version "3.7.6") 143 (version "3.7.15")
143 (source 144 (source
144 (origin 145 (origin
145 (method url-fetch) 146 (method url-fetch)
146 (uri (string-append "https://github.com/rrthomas/recode/releases/" 147 (uri (string-append "https://github.com/rrthomas/recode/releases/"
147 "download/v" version "/recode-" version ".tar.gz")) 148 "download/v" version "/recode-" version ".tar.gz"))
148 (sha256 149 (sha256
149 (base32 "0m59sd1ca0zw1aydpc3m8sw03nc885knmccqryg7byzmqs585ia6")))) 150 (base32 "01lq8cq5w36gv17rb3rsr1gg049iwcz37h9zjx8v7b8vqmzl147m"))))
150 (build-system gnu-build-system) 151 (build-system gnu-build-system)
151 (native-inputs 152 (native-inputs
152 (list python python-cython)) 153 (list help2man python python-cython python-setuptools))
153 (home-page "https://github.com/rrthomas/recode") 154 (home-page "https://github.com/rrthomas/recode")
154 (synopsis "Text encoding converter") 155 (synopsis "Text encoding converter")
155 (description "The Recode library converts files between character sets and 156 (description "The Recode library converts files between character sets and