File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
{% set git_version = "2.3.1" %}
11
11
{% set bld_date = "20231108" %}
12
12
# This sha-hash is not right, checkout next version of main to get correct one
13
- # {% set sha256 = "51f0d53f668ea7036a79dbf5167fadc1f522309db50b6f2e3b262f6b6d6e2198 " %}
13
+ {% set sha256 = "f4a635898af682cf8cfb9e26d40418278e6d7a07c2e227033813fa4bda6e6b20 " %}
14
14
15
15
package :
16
16
name : {{ name }}
17
17
version : {{ conda_version }}
18
18
19
19
source :
20
20
fn : das2py-{{ git_version }}.tar.gz
21
- url : https://github.com/das-developers/das2py/archive/refs/tags/v{{ git_version }}.tar.gz
22
- # url: https://space.physics.uiowa.edu/~pikerc/das2py-tmp.tar.gz
21
+ # url: https://github.com/das-developers/das2py/archive/refs/tags/v{{ git_version }}.tar.gz
22
+ url : https://space.physics.uiowa.edu/~pikerc/das2py-tmp.tar.gz
23
23
sha256 : {{ sha256 }}
24
24
25
25
build :
You can’t perform that action at this time.
0 commit comments