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.
2 parents eb314e5 + ec9b7e5 commit 0f542ffCopy full SHA for 0f542ff
1 file changed
recipe/meta.yaml
@@ -1,18 +1,18 @@
1
{% set name = "QuantLib-python" %}
2
-{% set version = "1.38" %}
+{% set version = "1.39" %}
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: 405a4f9c6ef730589fe1c017a1fb7e24fa4a53f6815d9c6d0f071c9ef591bcf5
+ sha256: 8158fb402912fa2f1485a27cd2513e6766efa598a793daafe135ec76faef0969
11
patches:
12
- no-isolation.diff
13
14
build:
15
- number: 1
+ number: 0
16
skip: true # [win and vc<14]
17
18
requirements:
0 commit comments