Skip to content
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 recipes/recipes_emscripten/passagemath-groups/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 10.8.6
version: 10.8.7

package:
name: passagemath-groups
version: ${{ version }}

source:
- url: https://pypi.org/packages/source/p/passagemath-groups/passagemath_groups-${{ version }}.tar.gz
sha256: 39a117b68a487d94eae3c99afeeaaaaead6988f8f0ec547819a1c643b3c0d6df
sha256: 3e61eb11d6670d94666ebd52956b03786a72d966016c130ab850520a93f1cbc2

build:
script: ${{ PYTHON }} -m pip install .
Expand Down
Loading