diff options
| author | Spencer King <spencer.king@wustl.edu> | 2026-06-26 02:20:19 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-29 13:39:57 +0900 |
| commit | af94bd8ae01ac2368adec4783fab141e0eb1b5c3 (patch) | |
| tree | d630b46fcf19414cc3c40b4bd22b823f167d58b2 /gnu | |
| parent | 3cb295b87dd66998aeeb5314dc1a4f06207ba5af (diff) | |
gnu: nano: Update to 9.1.
* gnu/packages/text-editors.scm (nano): Update to 9.1.
Merges: https://codeberg.org/guix/guix/pulls/9541
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/text-editors.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 0fc3526465a..bb73cd7d197 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm | |||
| @@ -962,13 +962,13 @@ OpenBSD team.") | |||
| 962 | (define-public nano | 962 | (define-public nano |
| 963 | (package | 963 | (package |
| 964 | (name "nano") | 964 | (name "nano") |
| 965 | (version "9.0") | 965 | (version "9.1") |
| 966 | (source | 966 | (source |
| 967 | (origin | 967 | (origin |
| 968 | (method url-fetch) | 968 | (method url-fetch) |
| 969 | (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz")) | 969 | (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz")) |
| 970 | (sha256 | 970 | (sha256 |
| 971 | (base32 "1piz044cjyk77w33g2qqwg386irqpgzabm9snwjhl4cnnis46f4z")))) | 971 | (base32 "0hmhdlckvi0jd2v3xyp9lr8yis7i23n21ap0khs34xfbfi17cisz")))) |
| 972 | (build-system gnu-build-system) | 972 | (build-system gnu-build-system) |
| 973 | (arguments | 973 | (arguments |
| 974 | (if (%current-target-system) | 974 | (if (%current-target-system) |
