summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Funnell <tyler.funnell@gmail.com>2022-08-25 13:18:39 -0400
committerGitHub <noreply@github.com>2022-08-25 10:18:39 -0700
commita4cbdba3884008ee49057adbe6529ee21f2aabba (patch)
tree0ae75c5ff1dade988a7478a5d0374c3a820452af
parent70388da974132234a654bc6db6fa369683ab2a81 (diff)
downloadspack-a4cbdba3884008ee49057adbe6529ee21f2aabba.tar.gz
spack-a4cbdba3884008ee49057adbe6529ee21f2aabba.tar.bz2
spack-a4cbdba3884008ee49057adbe6529ee21f2aabba.tar.xz
spack-a4cbdba3884008ee49057adbe6529ee21f2aabba.zip
fish: adding v3.5.1 (#32362)
-rw-r--r--var/spack/repos/builtin/packages/fish/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/fish/package.py b/var/spack/repos/builtin/packages/fish/package.py
index c3b65f56fa..d0f77711b3 100644
--- a/var/spack/repos/builtin/packages/fish/package.py
+++ b/var/spack/repos/builtin/packages/fish/package.py
@@ -13,12 +13,13 @@ class Fish(CMakePackage):
"""
homepage = "https://fishshell.com/"
- url = "https://github.com/fish-shell/fish-shell/releases/download/3.4.1/fish-3.4.1.tar.xz"
+ url = "https://github.com/fish-shell/fish-shell/releases/download/3.5.1/fish-3.5.1.tar.xz"
git = "https://github.com/fish-shell/fish-shell.git"
list_url = homepage
maintainers = ["funnell"]
version("master", branch="master")
+ version("3.5.1", sha256="a6d45b3dc5a45dd31772e7f8dfdfecabc063986e8f67d60bd7ca60cc81db6928")
version("3.4.1", sha256="b6f23b3843b04db6b0a90fea1f6f0d0e40cc027b4a732098200863f2864a94ea")
version("3.3.1", sha256="b5b4ee1a5269762cbbe993a4bd6507e675e4100ce9bbe84214a5eeb2b19fae89")
version("3.1.2", sha256="d5b927203b5ca95da16f514969e2a91a537b2f75bec9b21a584c4cd1c7aa74ed")