diff mbox series

[bug#42628,core-updates] gnu: jansson: Update to 2.13.1.

Message ID 87bljwdlmp.fsf@rohleder.de
State Accepted
Headers show
Series [bug#42628,core-updates] gnu: jansson: Update to 2.13.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Michael Rohleder July 31, 2020, 10:28 a.m. UTC
I tested this with only some packages, looks fine so far.
Still, this basically rebuilds @world, so its for core-updates.

Comments

Efraim Flashner Aug. 2, 2020, 8:58 a.m. UTC | #1
Jansson was previously bumped to 2.13.1 on core-updates on May 17th.
diff mbox series

Patch

From 158a0fd013ceb9d804988237c8b252b1958cd7f1 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Fri, 31 Jul 2020 12:20:48 +0200
Subject: [PATCH] gnu: jansson: Update to 2.13.1.

* gnu/packages/web.scm (jansson): Update to 2.13.1.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index b9c3b7fc43..8d9f1a7a9d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -749,7 +749,7 @@  libraries for working with JNLP applets.")
 (define-public jansson
   (package
     (name "jansson")
-    (version "2.12")
+    (version "2.13.1")
     (source (origin
              (method url-fetch)
              (uri
@@ -757,7 +757,7 @@  libraries for working with JNLP applets.")
                              version ".tar.bz2"))
              (sha256
               (base32
-               "1lp1mv8pjp5yziws66cy0dhpcam4bbjqhffk13v4vgdybp674pb4"))))
+               "1g8h18vh8gyxlwfmvdivdp1siad26ywj5zr4j4avgdyjg7wa147f"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))
-- 
2.28.0