Skip to content

Commit 5a482aa

Browse files
fmt v10.2.1 (#48)
* updated v10.2.1 * Drop upstreamed patch --------- Co-authored-by: Julian Rüth <[email protected]>
1 parent 9db24c0 commit 5a482aa

File tree

2 files changed

+3
-58
lines changed

2 files changed

+3
-58
lines changed

recipe/0001-Restore-symbol-from-10.1.patch

-52
This file was deleted.

recipe/meta.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set name = "fmt" %}
2-
{% set version = "10.2.0" %}
3-
{% set sha256 = "3ca91733a7313a8ad41c0885929415f8ec0a2a31d4dc7e27e9331412f4ca26ac" %}
2+
{% set version = "10.2.1" %}
3+
{% set sha256 = "1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811" %}
44

55
package:
66
name: {{ name|lower }}
@@ -9,12 +9,9 @@ package:
99
source:
1010
url: https://github.com/fmtlib/fmt/archive/{{ version }}.tar.gz
1111
sha256: {{ sha256 }}
12-
patches:
13-
# Upstreamed at https://github.com/fmtlib/fmt/pull/3786
14-
- 0001-Restore-symbol-from-10.1.patch
1512

1613
build:
17-
number: 2
14+
number: 0
1815
skip: true # [win and vc<14]
1916
run_exports:
2017
- {{ pin_subpackage('fmt', max_pin='x') }}

0 commit comments

Comments
 (0)