From 9025ce9ef986d3aeabd0ad84048a79fcdcc4787a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orahcio=20Fel=C3=ADcio=20de=20Sousa?= Date: Thu, 2 Jul 2026 08:41:17 -0300 Subject: gnu: toml11: Update to 4.4.0. * gnu/packages/cpp.scm (toml11): Update to 4.4.0. Change-Id: I74de68ad63c02fa5bd3ee0246a6470b1f7144574 Signed-off-by: Liliana Marie Prikler --- gnu/packages/cpp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/cpp.scm') diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 14f14d67a0b..15ec745649e 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1725,7 +1725,7 @@ a cooperatively interruptible thread that is joined upon destruction.") (define-public toml11 (package (name "toml11") - (version "3.7.1") + (version "4.4.0") (source (origin (method git-fetch) @@ -1734,7 +1734,7 @@ a cooperatively interruptible thread that is joined upon destruction.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "090i2qg88iknldxd6v2mh3jfvkdkwc5m38czhrbm58r3y835fy0y")))) + (base32 "0d15b50cf9jgvh3w99xh6crh03bn2dmv9bdyvzq6knsk2diql1dj")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) (home-page "https://github.com/ToruNiina/toml11") -- cgit v1.2.3