Skip to content

Commit

Permalink
Merge pull request #86 from seqan/actions/update_cpm_package_lock
Browse files Browse the repository at this point in the history
[INFRA] Update CPM Packages
  • Loading branch information
eseiler authored Nov 30, 2024
2 parents 9d509f6 + 5e963ce commit 42fefd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 e61e1e88f018d70a33752a204bc44dd20282d554)
set (HIBF_VERSION 28dc84475766aa768c9ed744a1570872361a5ec1)
CPMDeclarePackage (hibf
NAME hibf
GIT_TAG ${HIBF_VERSION} # main
Expand All @@ -28,7 +28,7 @@ CPMDeclarePackage (sharg
)

# seqan3
set (SEQAN3_VERSION c5a8eb5b7ac726a29706da69433d2faf3d0e9065)
set (SEQAN3_VERSION f9ba6d63c9130ccdb68a4fc1674cf13289f39a4c)
CPMDeclarePackage (seqan3
NAME seqan3
GIT_TAG ${SEQAN3_VERSION} # main
Expand Down

0 comments on commit 42fefd3

Please sign in to comment.