summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2022-03-14 00:18:14 -0700
committerGitHub <noreply@github.com>2022-03-14 08:18:14 +0100
commit32281ee40ef0b6ae3a067fd24fdefae4f27e0b8a (patch)
tree327fc6425e69e009cc505f351af0e61b4c717fde /var
parent8ab3b56e007dc26adc718c5413731d5fede47746 (diff)
downloadspack-32281ee40ef0b6ae3a067fd24fdefae4f27e0b8a.tar.gz
spack-32281ee40ef0b6ae3a067fd24fdefae4f27e0b8a.tar.bz2
spack-32281ee40ef0b6ae3a067fd24fdefae4f27e0b8a.tar.xz
spack-32281ee40ef0b6ae3a067fd24fdefae4f27e0b8a.zip
toml11: v3.7.1 (#29483)
Add the latest toml11 release :)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/toml11/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/toml11/package.py b/var/spack/repos/builtin/packages/toml11/package.py
index cd61c2cea5..ae55d03e3e 100644
--- a/var/spack/repos/builtin/packages/toml11/package.py
+++ b/var/spack/repos/builtin/packages/toml11/package.py
@@ -12,10 +12,11 @@ class Toml11(CMakePackage):
only on C++ standard library."""
homepage = "https://github.com/ToruNiina/toml11"
- url = "https://github.com/ToruNiina/toml11/archive/refs/tags/v3.7.0.tar.gz"
+ url = "https://github.com/ToruNiina/toml11/archive/refs/tags/v3.7.1.tar.gz"
maintainers = ['ashermancinelli', 'ToruNiina']
+ version('3.7.1', sha256='afeaa9aa0416d4b6b2cd3897ca55d9317084103077b32a852247d8efd4cf6068')
version('3.7.0', sha256='a0b6bec77c0e418eea7d270a4437510884f2fe8f61e7ab121729624f04c4b58e')
version('3.6.1', sha256='ca4c390ed8da0d77ae6eca30e70ab0bf5cc92adfc1bc2f71a2066bc5656d8d96')
version('3.6.0', sha256='39e8d651db346ae8c7e3b39d6338a37232b9af3bba36ade45b241bf105c2226c')