summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorDr. Christian Tacke <58549698+ChristianTackeGSI@users.noreply.github.com>2020-12-15 18:15:25 +0100
committerGitHub <noreply@github.com>2020-12-15 18:15:25 +0100
commita7a5fd3fa331b807dab4807d73d44e8e54ebabe2 (patch)
tree8941c724edb9042a8ad7d0366389b0269064c4eb /var
parent168f07181df0f515dabfc31808f77ef405177fd6 (diff)
downloadspack-a7a5fd3fa331b807dab4807d73d44e8e54ebabe2.tar.gz
spack-a7a5fd3fa331b807dab4807d73d44e8e54ebabe2.tar.bz2
spack-a7a5fd3fa331b807dab4807d73d44e8e54ebabe2.tar.xz
spack-a7a5fd3fa331b807dab4807d73d44e8e54ebabe2.zip
fmt: added v7.1.3, update URLs (#20404)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/fmt/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/fmt/package.py b/var/spack/repos/builtin/packages/fmt/package.py
index 7a8aac6ca5..19f5bf79a6 100644
--- a/var/spack/repos/builtin/packages/fmt/package.py
+++ b/var/spack/repos/builtin/packages/fmt/package.py
@@ -11,9 +11,10 @@ class Fmt(CMakePackage):
It can be used as a safe alternative to printf or as a fast alternative
to C++ IOStreams."""
- homepage = "http://fmtlib.net/latest/index.html"
- url = "https://github.com/fmtlib/fmt/releases/download/7.1.0/fmt-7.1.0.zip"
+ homepage = "https://fmt.dev/"
+ url = "https://github.com/fmtlib/fmt/releases/download/7.1.3/fmt-7.1.3.zip"
+ version('7.1.3', sha256='5d98c504d0205f912e22449ecdea776b78ce0bb096927334f80781e720084c9f')
version('7.1.2', sha256='4d6968ab7c01e95cc76df136755703defb985105a117b83057e4fd5d53680ea7')
version('7.1.0', sha256='308af4e36ee3ab527b51014a2a5d862682c84f5d16f7a597aea34c84853cbcb0')
version('6.1.2', sha256='63650f3c39a96371f5810c4e41d6f9b0bb10305064e6faf201cbafe297ea30e8')