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-combinat/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 10.8.4
version: 10.8.5

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

source:
- url: https://pypi.org/packages/source/p/passagemath-combinat/passagemath_combinat-${{ version }}.tar.gz
sha256: e6a12fe30ae47f6b2c16bfa9db70f01625e6c8ecdad2dedf747106073b531b5f
sha256: 5e3363b7a0eee911686291e71496ed8a69ca7fe9f79c5fbc4a556209e2bb320a

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