We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951bf37 commit be96e73Copy full SHA for be96e73
1 file changed
recipe/meta.yaml
@@ -1,15 +1,14 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.30" %}
3
-{% set sha256 = "a89e2d198818f83df758ba90ccc742853a14c75afb0b109ff1746c297099bd2a" %}
+{% set version = "1.31.1" %}
4
5
package:
6
name: {{ name|lower }}
7
version: {{ version }}
8
9
source:
10
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 }}
+ url: https://github.com/lballabio/QuantLib-SWIG/releases/download/v{{ version }}/QuantLib-SWIG-{{ version }}.tar.gz
+ sha256: 6cc5874e674697c0cf3043e744b9269c8bc1e8b521888a1c9d7a711041c7d959
13
14
build:
15
number: 0
0 commit comments