[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/60: gnu: ed: Update to 1.20.2.
From: |
guix-commits |
Subject: |
58/60: gnu: ed: Update to 1.20.2. |
Date: |
Sun, 24 Nov 2024 02:50:19 -0500 (EST) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit 874c007e6d47b5bba71607741ad3d00593d125d4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 4 14:51:33 2024 +0200
gnu: ed: Update to 1.20.2.
* gnu/packages/text-editors.scm (ed): Update to 1.20.2.
Change-Id: I8874cb65809fd2fd0a7f1d8cf8717149e7edff01
---
gnu/packages/text-editors.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 13b97bc8af..173976c4b0 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
-;;; Copyright © 2015-2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2015-2022, 2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 José Miguel Sánchez García <jmi2k@openmailbox.org>
;;; Copyright © 2016 Carlo Zancanaro <carlo@zancanaro.id.au>
;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
@@ -120,14 +120,14 @@
(define-public ed
(package
(name "ed")
- (version "1.20.1")
+ (version "1.20.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/ed/ed-"
version ".tar.lz"))
(sha256
(base32
- "1jmvpbs2mnrmk870js11v7g5qr3z8w0ws7sbdj3zjhd1jyr6795i"))))
+ "08s5l9gpn1yy40ww4g5igc1n5zny0d3hzb1lycbwmhj8iwqwgzk5"))))
(build-system gnu-build-system)
(native-inputs (list lzip))
(arguments
- 21/60: gnu: tcc-boot0: Specify the build target., (continued)
- 21/60: gnu: tcc-boot0: Specify the build target., guix-commits, 2024/11/24
- 31/60: gnu: gmp-boot: Update and build package., guix-commits, 2024/11/24
- 32/60: gnu: mpfr-boot: Update and build package., guix-commits, 2024/11/24
- 37/60: gnu: gcc-mesboot: Adjust for changes in gcc-mesboot1., guix-commits, 2024/11/24
- 39/60: gnu: Add musl-boot., guix-commits, 2024/11/24
- 56/60: gnu: Add byacc-boot0., guix-commits, 2024/11/24
- 36/60: gnu: gcc-mesboot1: Adjust setting include paths., guix-commits, 2024/11/24
- 41/60: gnu: Add %boot-muslboot2-inputs., guix-commits, 2024/11/24
- 54/60: gnu: %boot0-inputs: Use newly built *-boot0 packages on riscv64-linux., guix-commits, 2024/11/24
- 55/60: gnu: %boot0-inputs: Remove duplicate packages., guix-commits, 2024/11/24
- 58/60: gnu: ed: Update to 1.20.2.,
guix-commits <=
- 30/60: gnu: Add m4-boot., guix-commits, 2024/11/24
- 33/60: gnu: mpc-boot: Update and build package., guix-commits, 2024/11/24
- 35/60: gnu: gcc-mesboot1: Fix native-search-paths., guix-commits, 2024/11/24
- 40/60: gnu: Add gcc-muslboot., guix-commits, 2024/11/24
- 45/60: gnu: gawk-mesboot: Remove pre-generated source file., guix-commits, 2024/11/24
- 47/60: gnu: Add %boot-muslboot3-inputs., guix-commits, 2024/11/24
- 44/60: gnu: gawk-mesboot: Support building on riscv64-linux., guix-commits, 2024/11/24
- 50/60: gnu: %bootstrap-inputs+toolchain: Switch riscv64-linux to full bootstrap., guix-commits, 2024/11/24
- 51/60: gnu: gnu-make-boot0: Adjust configure-flags on riscv64-linux., guix-commits, 2024/11/24
- 57/60: gnu: gawk-boot0: Remove pre-generated source file., guix-commits, 2024/11/24