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 6db327b commit 4ac93daCopy full SHA for 4ac93da
1 file changed
recipe/meta.yaml
@@ -1,13 +1,13 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.37" %}
+{% set version = "1.38" %}
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: 90b9623d1165ad3f6ae6bfc431ea215d9b8075c3174bcbb628b1dffde40473eb
+ sha256: 405a4f9c6ef730589fe1c017a1fb7e24fa4a53f6815d9c6d0f071c9ef591bcf5
11
patches:
12
- no-isolation.diff
13
0 commit comments