Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyodide-build v0.23.1 #2

Merged
merged 1 commit into from
Apr 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.23.0" %}
{% set version = "0.23.1" %}

package:
name: pyodide-build
version: {{ version }}

source:
url: https://pypi.io/packages/source/p/pyodide-build/pyodide-build-{{ version }}.tar.gz
sha256: fb367045ff3672e139724c99c0203de7597769e5f09bebdd4543e1b96838df82
sha256: 9cc0008f2dfa1fe82adf61cf4b90dc5a94fdf45d86ff6bc806c46d007b70ce1f
patches:
# this _should_ fail if the version of cmake changes below
- 0000-no-cmake-from-pip.patch
Expand Down