summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAlec Scott <alec@bcs.sh>2021-06-19 01:51:59 -0700
committerGitHub <noreply@github.com>2021-06-19 10:51:59 +0200
commit93c75fe3f74583ddb85bb3fe73872961602dbdbf (patch)
tree9491b74ea140665ba3fc99528859ebf2c68fd33b /var
parentaa652937097c66e2a1a3730d4516799967faaf24 (diff)
downloadspack-93c75fe3f74583ddb85bb3fe73872961602dbdbf.tar.gz
spack-93c75fe3f74583ddb85bb3fe73872961602dbdbf.tar.bz2
spack-93c75fe3f74583ddb85bb3fe73872961602dbdbf.tar.xz
spack-93c75fe3f74583ddb85bb3fe73872961602dbdbf.zip
Bismarck: add v0.23.0 (#24414)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/bismark/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/bismark/package.py b/var/spack/repos/builtin/packages/bismark/package.py
index 9dad04177a..e74337d987 100644
--- a/var/spack/repos/builtin/packages/bismark/package.py
+++ b/var/spack/repos/builtin/packages/bismark/package.py
@@ -11,8 +11,9 @@ class Bismark(Package):
methylation states"""
homepage = "https://www.bioinformatics.babraham.ac.uk/projects/bismark"
- url = "https://github.com/FelixKrueger/Bismark/archive/0.19.0.tar.gz"
+ url = "https://github.com/FelixKrueger/Bismark/archive/0.23.0.tar.gz"
+ version('0.23.0', sha256='ea1625808487c1442dbf825d9cbe5c0cbc37ea5bd1460f59e1e0ccc80cc01c9e')
version('0.19.0', sha256='91707737f96a0574956a282b635abad7560e7d90bee188a67a7807b2470deae2')
version('0.18.2', sha256='83391c5b5af33047178e7774ac25f5a69ce9315c13ae02f016baf7c50b73e702')