[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/17: gnu: moe: Update to 1.14.
From: |
guix-commits |
Subject: |
12/17: gnu: moe: Update to 1.14. |
Date: |
Fri, 9 Feb 2024 17:19:42 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit f63d14b62a8cd867fde8f5d8faefce42c24d8e9d
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Feb 1 23:25:03 2024 -0800
gnu: moe: Update to 1.14.
* gnu/packages/moe.scm (moe): Update to 1.14.
Change-Id: I176ec1a3a2505a4e50426863282dbc73815ae904
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/moe.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/moe.scm b/gnu/packages/moe.scm
index a1926f738b..93ac00fbc6 100644
--- a/gnu/packages/moe.scm
+++ b/gnu/packages/moe.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2017 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016, 2019, 2021, 2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2024 Andy Tai <atai@atai.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -28,14 +29,14 @@
(define-public moe
(package
(name "moe")
- (version "1.13")
+ (version "1.14")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/moe/moe-"
version ".tar.lz"))
(sha256
- (base32 "0sql4r5g60k3rsz8vsr04rl5b873rwli1x75333xd29ga6y5g9a3"))))
+ (base32 "17cw43zsahisz5msqdv366np3zrdschgnm1lk1pm26dfw1nbvfpl"))))
(build-system gnu-build-system)
(native-inputs (list lzip))
(inputs (list ncurses))
- branch master updated (8ffc923368 -> 6dcc097cd8), guix-commits, 2024/02/09
- 02/17: gnu: bcachefs-tools: Restyle format., guix-commits, 2024/02/09
- 01/17: gnu: bcachefs-tools: Update to 1.4.1., guix-commits, 2024/02/09
- 06/17: gnu: syncthing: Update to 1.27.2., guix-commits, 2024/02/09
- 12/17: gnu: moe: Update to 1.14.,
guix-commits <=
- 14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable., guix-commits, 2024/02/09
- 15/17: gnu: vale: Remove package labeles., guix-commits, 2024/02/09
- 17/17: gnu: patool: Update to 2.1.1., guix-commits, 2024/02/09
- 04/17: gnu: clifm: Update to 1.16, guix-commits, 2024/02/09
- 03/17: gnu: pigz: Update to 2.8., guix-commits, 2024/02/09
- 05/17: gnu: vxl: Update to 3.5.0., guix-commits, 2024/02/09
- 07/17: gnu: fheroes2: Update to 1.0.11., guix-commits, 2024/02/09
- 08/17: gnu: dos2unix: Update to 7.5.2., guix-commits, 2024/02/09
- 09/17: gnu: mupdf: Update to 1.23.9., guix-commits, 2024/02/09
- 11/17: gnu: gama: Update to 2.28., guix-commits, 2024/02/09