Skip to content

Commit

Permalink
1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 16, 2023
1 parent 2a27f2b commit 1bda7f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.6.3" %}
{% set version = "1.6.4" %}

package:
name: netcdf4
version: {{ version }}

source:
url: https://github.com/Unidata/netcdf4-python/archive/refs/heads/v{{ version }}rel.zip
sha256: c837d376c08878a528386eecb9fbb28aeb8c81f7614a5a16e3c5c046e1ed8fca
url: https://github.com/Unidata/netcdf4-python/archive/refs/tags/v{{ version }}rel.tar.gz
sha256: aa14181683e8b661e5df1fdab13fa71a62d27b1eb6fb9d8c24995820c5edabe9

build:
skip: true # [not (win and vc>=14)]
Expand Down

0 comments on commit 1bda7f2

Please sign in to comment.