Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update noresm to 2.0.5 #32962

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/noresm/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "noresm" %}
{% set version = "2.0.2" %}
{% set version = "2.0.5" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/NorESMhub/NorESM/archive/refs/tags/release-noresm{{ version }}.tar.gz
sha256: f46a1d0cd6559dfc16ca85d744737dd47af919719b798061d18291328a653a4c
sha256: 350efec62f89d96ee3ff1289780d9340cfb0d0b812d7b68949c3c989f88f8c96

build:
skip: True # [win or osx or py<30]
number: 1
number: 0

requirements:
build:
Expand Down