diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 12271c3..2e0e10f 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -2,6 +2,8 @@ c_compiler: - vs2019 c_stdlib: - vs +c_stdlib_version: +- '2019' channel_sources: - conda-forge channel_targets: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b798da4..a875b87 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "c-blosc2" %} -{% set version = "2.14.3" %} +{% set version = "2.14.4" %} package: name: {{ name }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/Blosc/{{ name }}/archive/v{{ version }}.tar.gz - sha256: 2b94c2014ba455e8136e16bf0738ec64c246fcc1a77122d824257caf64aaf441 + sha256: b5533c79aacc9ac152c80760ed1295a6608938780c3e1eecd7e53ea72ad986b0 build: number: 0