guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: moe: Update to 1.13.


From: guix-commits
Subject: branch master updated: gnu: moe: Update to 1.13.
Date: Sun, 26 Feb 2023 07:01:16 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 156da54a50 gnu: moe: Update to 1.13.
156da54a50 is described below

commit 156da54a5059a124ac208f164ed08c8c322c7480
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 26 12:45:09 2023 +0200

    gnu: moe: Update to 1.13.
    
    * gnu/packages/moe.scm (moe): Update to 1.13.
---
 gnu/packages/moe.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/moe.scm b/gnu/packages/moe.scm
index 82db1621db..a1926f738b 100644
--- a/gnu/packages/moe.scm
+++ b/gnu/packages/moe.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015, 2017 Eric Bavier <bavier@member.fsf.org>
-;;; Copyright © 2016, 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2019, 2021, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,14 +28,14 @@
 (define-public moe
   (package
     (name "moe")
-    (version "1.12")
+    (version "1.13")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/moe/moe-"
                           version ".tar.lz"))
       (sha256
-       (base32 "1s51swk8h5k32r2z4i1pla2l15b0v0mh35lwsd5f1y16whmmz24a"))))
+       (base32 "0sql4r5g60k3rsz8vsr04rl5b873rwli1x75333xd29ga6y5g9a3"))))
     (build-system gnu-build-system)
     (native-inputs (list lzip))
     (inputs (list ncurses))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]