[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
A
A
Arun Isaac wrote on 22 Apr 2022 10:32
(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
A
A
Arun Isaac wrote on 22 Apr 2022 10:34
[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
M
M
Mathieu Othacehe wrote on 9 May 2022 09:43
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
A
A
Arun Isaac wrote on 9 May 2022 20:27
(name . Mathieu Othacehe)(address . othacehe@gnu.org)
875yme8suj.fsf@systemreboot.net
Thanks, pushed! :-)
Closed
?