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-glpk/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-glpk
version: ${{ version }}

source:
- url: https://pypi.org/packages/source/p/passagemath-glpk/passagemath_glpk-${{ version }}.tar.gz
sha256: 5da2b3345a437c74a47ad12d1bd9535cf2588fdd3b5b9567dc485ecadafb2bed
sha256: d2843107f40cc46a70bce3bc4ef690fdf72f88b703fe1b2ebeae7d6fd8377f14

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