[PATCH] gnu: guile-json-4: Update to 4.5.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Léo Le Bouter
  • Ludovic Courtès
Owner
unassigned
Submitted by
Léo Le Bouter
Severity
normal
L
L
Léo Le Bouter wrote on 5 Feb 2021 05:18
(address . guix-patches@gnu.org)(name . Léo Le Bouter)(address . lle-bout@zaclys.net)
20210205041812.29995-1-lle-bout@zaclys.net
* gnu/packages/guile.scm (guile-json-4): Update to 4.5.2.
---
gnu/packages/guile.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 0d6f13c97f..6662315e78 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -581,14 +581,14 @@ specification. These are the main features:
(package
(inherit guile-json-3)
(name "guile-json")
- (version "4.5.1")
+ (version "4.5.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/guile-json/guile-json-"
version ".tar.gz"))
(sha256
(base32
- "0iigada80cg7dl10z6ligiykci0cv9b88zmncz47nsz5g9gacdpc"))))))
+ "0cqr0ljqmzlc2bwrapcsmcgxg147h66mcxf23824ri5i6vn4dc0s"))))))
(define-public guile2.2-json
(package-for-guile-2.2 guile-json-4))
--
2.30.0
L
L
Ludovic Courtès wrote on 8 Feb 2021 23:53
(name . Léo Le Bouter)(address . lle-bout@zaclys.net)(address . 46315-done@debbugs.gnu.org)
87ft26w4rv.fsf@gnu.org
Léo Le Bouter <lle-bout@zaclys.net> skribis:

Toggle quote (2 lines)
> * gnu/packages/guile.scm (guile-json-4): Update to 4.5.2.

Applied, thanks!

Ludo’.
Closed
?