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.11.


From: guix-commits
Subject: branch master updated: gnu: moe: Update to 1.11.
Date: Wed, 06 Jan 2021 02:06:55 -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 6b64bba  gnu: moe: Update to 1.11.
6b64bba is described below

commit 6b64bba8d9a1bc4d14c4bd9cfd0cd450225bc5f1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 6 09:01:09 2021 +0200

    gnu: moe: Update to 1.11.
    
    * gnu/packages/moe.scm (moe): Update to 1.11.
---
 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 23df938..6d16d1a 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 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,7 +28,7 @@
 (define-public moe
   (package
     (name "moe")
-    (version "1.10")
+    (version "1.11")
     (source
      (origin
       (method url-fetch)
@@ -36,7 +36,7 @@
                           version ".tar.lz"))
       (sha256
        (base32
-        "0fymywdiy9xqppcmvgs7mf7d3gfrky3jp5jkxs2l3v93asml9zcc"))))
+        "1yg2ln2mm6gzv61cxnv60dw1cr5bl2dhkjy685jrd3aabb7wpyqf"))))
     (build-system gnu-build-system)
     (native-inputs `(("lzip" ,lzip)))
     (inputs `(("ncurses" ,ncurses)))



reply via email to

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