Skip to content

Commit 7831643

Browse files
BiocondaBotrrwick
andauthored
Update polypolish to 0.7.1 (#67622)
* Update polypolish to 0.7.0 * Update polypolish to 0.7.1 * Add standard library dependency for C compiler --------- Co-authored-by: Ryan Wick <rrwick@users.noreply.github.com>
1 parent d776af3 commit 7831643

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

recipes/polypolish/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
{% set version = "0.6.1" %}
1+
{% set version = "0.7.1" %}
22

33
package:
44
name: polypolish
55
version: {{ version }}
66

77
source:
88
url: https://github.com/rrwick/Polypolish/archive/refs/tags/v{{ version }}.tar.gz
9-
sha256: 7a9b803aac87a7963c08c162c502f90f9cf93b1f58d1502047eefc43aca65bde
9+
sha256: 4e00dce9e3c1a224fdfe16b0e3632df13a250f43a36c302fd579683bbd325086
1010

1111
build:
1212
number: 0
@@ -18,6 +18,7 @@ requirements:
1818
- {{ compiler('c') }}
1919
- {{ compiler('cxx') }}
2020
- {{ compiler('rust') }}
21+
- {{ stdlib('c') }}
2122
- pkg-config
2223
- clangdev
2324
- make

0 commit comments

Comments
 (0)