Skip to content

Commit be96e73

Browse files
authored
Update meta.yaml
1 parent 951bf37 commit be96e73

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

recipe/meta.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{% set name = "QuantLib-python" %}
2-
{% set version = "1.30" %}
3-
{% set sha256 = "a89e2d198818f83df758ba90ccc742853a14c75afb0b109ff1746c297099bd2a" %}
2+
{% set version = "1.31.1" %}
43

54
package:
65
name: {{ name|lower }}
76
version: {{ version }}
87

98
source:
109
fn: {{ name }}-{{ version }}.tar.gz
11-
url: https://github.com/lballabio/QuantLib-SWIG/archive/refs/tags/QuantLib-SWIG-v{{ version }}.tar.gz
12-
sha256: {{ sha256 }}
10+
url: https://github.com/lballabio/QuantLib-SWIG/releases/download/v{{ version }}/QuantLib-SWIG-{{ version }}.tar.gz
11+
sha256: 6cc5874e674697c0cf3043e744b9269c8bc1e8b521888a1c9d7a711041c7d959
1312

1413
build:
1514
number: 0

0 commit comments

Comments
 (0)