Skip to content

Commit 9c38e72

Browse files
authored
Merge pull request #183 from seqan/actions/update_cpm_package_lock
[INFRA] Update CPM Packages
2 parents 953a5dd + eb31052 commit 9c38e72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/CPM.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# SPDX-FileCopyrightText: Copyright (c) 2019-2023 Lars Melchior and contributors
44

5-
set (CPM_DOWNLOAD_VERSION 0.40.7)
6-
set (CPM_HASH_SUM "c0fc82149e00c43a21febe7b2ca57b2ffea2b8e88ab867022c21d6b81937eb50")
5+
set (CPM_DOWNLOAD_VERSION 0.40.8)
6+
set (CPM_HASH_SUM "78ba32abdf798bc616bab7c73aac32a17bbd7b06ad9e26a6add69de8f3ae4791")
77

88
if (CPM_SOURCE_CACHE)
99
set (CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE}/cpm/CPM_${CPM_DOWNLOAD_VERSION}.cmake")

cmake/package-lock.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# This file should be committed to version control
77

88
# seqan3
9-
set (NEEDLE_SEQAN3_VERSION 9a07fdb5283aad0b05301905bddb2d8253f5e067)
9+
set (NEEDLE_SEQAN3_VERSION 2863cbbe336a51c21932c69635e814b6e3a8a4ce)
1010
CPMDeclarePackage (seqan3
1111
NAME seqan3
1212
GIT_TAG ${NEEDLE_SEQAN3_VERSION} # main

0 commit comments

Comments
 (0)