Skip to content

Commit

Permalink
[INFRA] Update CPM Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Jan 25, 2025
1 parent 31d2b67 commit 6dcb4ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/package-lock.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This file should be committed to version control

# hibf
set (HIBF_VERSION 06aaab39a3f5117c35d112e83241074178edab67)
set (HIBF_VERSION 6e89a81d296abd44ee3ada2e7b58ca845bc2751f)
CPMDeclarePackage (hibf
NAME hibf
GIT_TAG ${HIBF_VERSION} # main
Expand All @@ -28,7 +28,7 @@ CPMDeclarePackage (sharg
)

# seqan3
set (SEQAN3_VERSION 7ee839814e168ab57c4401d46e6114a801cebc28)
set (SEQAN3_VERSION 67f84c84dc07914b82de97d6bf79ed0a9c4de508)
CPMDeclarePackage (seqan3
NAME seqan3
GIT_TAG ${SEQAN3_VERSION} # main
Expand All @@ -39,7 +39,7 @@ CPMDeclarePackage (seqan3
)

# fmindex
set (FMINDEX_VERSION a65dd173595d6c633d8333ad36e6796909c38f5a)
set (FMINDEX_VERSION 7259e528f28a97b16f42c34874937e538be5837e)
CPMDeclarePackage (fmindex
NAME fmindex
GIT_TAG ${FMINDEX_VERSION} # main
Expand Down

0 comments on commit 6dcb4ad

Please sign in to comment.