We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fd2e5 commit d8bbb99Copy full SHA for d8bbb99
1 file changed
recipe/meta.yaml
@@ -1,13 +1,13 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.41" %}
+{% set version = "1.42.1" %}
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: fa31023207937616ca0f880eda774b6a2273ba6274e776ee9bf631ddc6bf54b8
+ sha256: 41bdd61d072b291e13b350fd618d63f178384a204ba088a867422247f4d3904d
11
patches:
12
- no-isolation.diff
13
0 commit comments