summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTyler Funnell <tyler.funnell@gmail.com>2022-03-31 11:58:30 -0400
committerGitHub <noreply@github.com>2022-03-31 09:58:30 -0600
commit1ecb19894caf8aade9c2e7c3e0d5aa08169fa18f (patch)
treeabd32fa09a788c99aaea74f9f67d13a4195ad900 /var
parent81e9e47337d43c16d06131ff03236d8578db52bc (diff)
downloadspack-1ecb19894caf8aade9c2e7c3e0d5aa08169fa18f.tar.gz
spack-1ecb19894caf8aade9c2e7c3e0d5aa08169fa18f.tar.bz2
spack-1ecb19894caf8aade9c2e7c3e0d5aa08169fa18f.tar.xz
spack-1ecb19894caf8aade9c2e7c3e0d5aa08169fa18f.zip
fish: add v3.4.1 (#29818)
Diffstat (limited to 'var')
-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 81ebbde3ad..b6572688ad 100644
--- a/var/spack/repos/builtin/packages/fish/package.py
+++ b/var/spack/repos/builtin/packages/fish/package.py
@@ -10,12 +10,13 @@ class Fish(CMakePackage):
"""
homepage = 'https://fishshell.com/'
- url = 'https://github.com/fish-shell/fish-shell/releases/download/3.3.1/fish-3.3.1.tar.xz'
+ url = 'https://github.com/fish-shell/fish-shell/releases/download/3.4.1/fish-3.4.1.tar.xz'
git = 'https://github.com/fish-shell/fish-shell.git'
list_url = homepage
maintainers = ['funnell']
version('master', branch='master')
+ version('3.4.1', sha256='b6f23b3843b04db6b0a90fea1f6f0d0e40cc027b4a732098200863f2864a94ea')
version('3.3.1', sha256='b5b4ee1a5269762cbbe993a4bd6507e675e4100ce9bbe84214a5eeb2b19fae89')
version('3.1.2', sha256='d5b927203b5ca95da16f514969e2a91a537b2f75bec9b21a584c4cd1c7aa74ed')
version('3.1.0', sha256='e5db1e6839685c56f172e1000c138e290add4aa521f187df4cd79d4eab294368')