diff --git a/recipe/recipe.yaml b/recipe/recipe.yaml index 61da783d..97ca092c 100644 --- a/recipe/recipe.yaml +++ b/recipe/recipe.yaml @@ -1,5 +1,5 @@ context: - version: "2.4.4" + version: "2.4.5" # -1, or less, means "not a dev version", a number > -1 will emit postfix "rc${{ rc_num }}" rc_num: -1 # numpy will by default use the ABI feature level for the first numpy version @@ -15,7 +15,7 @@ package: source: - url: https://github.com/numpy/numpy/releases/download/v${{ version }}/numpy-${{ version }}.tar.gz - sha256: 2d390634c5182175533585cc89f3608a4682ccb173cc9bb940b2881c8d6f8fa0 + sha256: ca670567a5683b7c1670ec03e0ddd5862e10934e92a70751d68d7b7b74ca7f9f patches: - patches/0001-avoid-backslashes-from-sneaking-into-__config__.py.patch