We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db24c0 commit 5a482aaCopy full SHA for 5a482aa
recipe/0001-Restore-symbol-from-10.1.patch
recipe/meta.yaml
@@ -1,6 +1,6 @@
1
{% set name = "fmt" %}
2
-{% set version = "10.2.0" %}
3
-{% set sha256 = "3ca91733a7313a8ad41c0885929415f8ec0a2a31d4dc7e27e9331412f4ca26ac" %}
+{% set version = "10.2.1" %}
+{% set sha256 = "1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811" %}
4
5
package:
6
name: {{ name|lower }}
@@ -9,12 +9,9 @@ package:
9
source:
10
url: https://github.com/fmtlib/fmt/archive/{{ version }}.tar.gz
11
sha256: {{ sha256 }}
12
- patches:
13
- # Upstreamed at https://github.com/fmtlib/fmt/pull/3786
14
- - 0001-Restore-symbol-from-10.1.patch
15
16
build:
17
- number: 2
+ number: 0
18
skip: true # [win and vc<14]
19
run_exports:
20
- {{ pin_subpackage('fmt', max_pin='x') }}
0 commit comments