diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/textutils.scm | 7 |
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 |
