We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e7935 commit 3448934Copy full SHA for 3448934
1 file changed
recipe/meta.yaml
@@ -1,13 +1,13 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.40" %}
+{% set version = "1.41" %}
3
4
package:
5
name: {{ name|lower }}
6
version: {{ version }}
7
8
source:
9
url: https://github.com/lballabio/QuantLib-SWIG/releases/download/v{{ version }}/QuantLib-SWIG-{{ version }}.tar.gz
10
- sha256: 768bc34191b67128c1bd01a01824e701e050130bf7232c77bf8a5129c3455a5e
+ sha256: fa31023207937616ca0f880eda774b6a2273ba6274e776ee9bf631ddc6bf54b8
11
patches:
12
- no-isolation.diff
13
0 commit comments