From f2ac0eaf432817bc7e0c99da30eefe966fcacbe7 Mon Sep 17 00:00:00 2001 From: Tamas Nagy Date: Fri, 12 Mar 2021 00:00:24 +0100 Subject: [PATCH] fix cnpy version --- cmake/projects/cnpy/hunter.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/projects/cnpy/hunter.cmake b/cmake/projects/cnpy/hunter.cmake index 5d1cfe4e50..1d52904c25 100644 --- a/cmake/projects/cnpy/hunter.cmake +++ b/cmake/projects/cnpy/hunter.cmake @@ -11,7 +11,7 @@ include(hunter_pick_scheme) hunter_add_version( PACKAGE_NAME cnpy - VERSION 1.0.0 + VERSION 1.0.1 URL "https://github.com/DEEP-IMPACT-AG/cnpy/archive/1.0.1.tar.gz" SHA1 "a62133b85ffccb8333cf16dcac8a13c515eab3f9" )