From 6fce10d80e2a495de24b455252bab5c6c382b5e2 Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Thu, 21 Nov 2024 12:44:22 +0000 Subject: [PATCH] upgrade pod5 to 0.3.23 --- cmake/Pod5.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Pod5.cmake b/cmake/Pod5.cmake index 5662f2b5f..9bf3c42d9 100644 --- a/cmake/Pod5.cmake +++ b/cmake/Pod5.cmake @@ -1,7 +1,7 @@ # CMake errors out if we try to create the pod5_libs target twice, which happens in ont_core. include_guard(GLOBAL) -set(POD5_VERSION 0.3.15) +set(POD5_VERSION 0.3.23) set(POD5_DIR pod5-${POD5_VERSION}-${CMAKE_SYSTEM_NAME}) set(POD5_REPO "https://github.com/nanoporetech/pod5-file-format")