summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorOrahcio FelĂ­cio de Sousa <orahcio@gmail.com>2026-07-02 08:41:17 -0300
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-07-18 20:09:30 +0200
commit9025ce9ef986d3aeabd0ad84048a79fcdcc4787a (patch)
tree5a6fd411e043fc9b8ba13f840183450fa789e6b3 /gnu/packages/cpp.scm
parentb56db48e6f4fe3979c99ce92c819dbd3e60846ca (diff)
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 <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
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.")
1725(define-public toml11 1725(define-public toml11
1726 (package 1726 (package
1727 (name "toml11") 1727 (name "toml11")
1728 (version "3.7.1") 1728 (version "4.4.0")
1729 (source 1729 (source
1730 (origin 1730 (origin
1731 (method git-fetch) 1731 (method git-fetch)
@@ -1734,7 +1734,7 @@ a cooperatively interruptible thread that is joined upon destruction.")
1734 (commit (string-append "v" version)))) 1734 (commit (string-append "v" version))))
1735 (file-name (git-file-name name version)) 1735 (file-name (git-file-name name version))
1736 (sha256 1736 (sha256
1737 (base32 "090i2qg88iknldxd6v2mh3jfvkdkwc5m38czhrbm58r3y835fy0y")))) 1737 (base32 "0d15b50cf9jgvh3w99xh6crh03bn2dmv9bdyvzq6knsk2diql1dj"))))
1738 (build-system cmake-build-system) 1738 (build-system cmake-build-system)
1739 (arguments (list #:tests? #f)) 1739 (arguments (list #:tests? #f))
1740 (home-page "https://github.com/ToruNiina/toml11") 1740 (home-page "https://github.com/ToruNiina/toml11")