[PATCH 0/1] mumi: Use guile-json-4 instead of guile-json-3

  • Done
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Arun Isaac
Severity
normal

Debbugs page

Arun Isaac wrote 3 years ago
(address . guix-patches@gnu.org)
20220422083216.12294-1-arunisaac@systemreboot.net
Hi Ricardo,

I think it's safe to make this update. As far as I understand, mumi uses
guile-json only in one function, and that function doesn't seem to be called
from anywhere.

Regards,
Arun

Arun Isaac (1):
gnu: mumi: Use guile-json-4 instead of guile-json-3.

gnu/packages/mail.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--
2.35.1
Arun Isaac wrote 3 years ago
[PATCH] gnu: mumi: Use guile-json-4 instead of guile-json-3.
(address . 55062@debbugs.gnu.org)
20220422083438.12908-1-arunisaac@systemreboot.net
* gnu/packages/mail.scm (mumi)[inputs]: Replace guile-json-3 with
guile-json-4.
---
gnu/packages/mail.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 194f7e3fb3..909981f128 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4005,7 +4005,7 @@ (define-public mumi
(list guile-email-latest
guile-fibers
guile-gcrypt
- guile-json-3
+ guile-json-4
guile-kolam
guile-redis
guile-syntax-highlight
--
2.35.1
Mathieu Othacehe wrote 3 years ago
Re: bug#55062: [PATCH 0/1] mumi: Use guile-json-4 instead of guile-json-3
(name . Arun Isaac)(address . arunisaac@systemreboot.net)
877d6vkv76.fsf_-_@gnu.org
Hello,

Toggle quote (3 lines)
> * gnu/packages/mail.scm (mumi)[inputs]: Replace guile-json-3 with
> guile-json-4.

I think you can go ahead :)

Thanks,

Mathieu
Arun Isaac wrote 3 years ago
(name . Mathieu Othacehe)(address . othacehe@gnu.org)
875yme8suj.fsf@systemreboot.net
Thanks, pushed! :-)
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55062@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55062
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help