[PATCH] gnu: moe: Update to 1.15.

  • Open
  • quality assurance status badge
Details
One participant
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

A
A
Andy Tai wrote 38 hours ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
6f46470a5f2008c266251dd46fa396d3ace1c939.1736402968.git.atai@atai.org
* gnu/packages/moe.scm (moe): Update to 1.15.

Change-Id: I085fc5d043718335c4a84d17c6cc33e0320d7580
---
gnu/packages/moe.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/moe.scm b/gnu/packages/moe.scm
index 93ac00fbc6..aa121431be 100644
--- a/gnu/packages/moe.scm
+++ b/gnu/packages/moe.scm
@@ -29,14 +29,14 @@ (define-module (gnu packages moe)
(define-public moe
(package
(name "moe")
- (version "1.14")
+ (version "1.15")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/moe/moe-"
version ".tar.lz"))
(sha256
- (base32 "17cw43zsahisz5msqdv366np3zrdschgnm1lk1pm26dfw1nbvfpl"))))
+ (base32 "0rhakw6qpnhj98cqq9mv7z3yjhwj1nk9gq54bja4fc6fk6qciy21"))))
(build-system gnu-build-system)
(native-inputs (list lzip))
(inputs (list ncurses))

base-commit: 329daafcc3c798dd180fd98ff757452e3e016235
--
2.34.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75453@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75453
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch