Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Nov 12, 2023
1 parent 544a087 commit 24ebe0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "0.10.0" %}
{% set cxx_version = "0.10.1" %}
{% set version = "0.11.0" %}
{% set cxx_version = "0.11.1" %}

package:
name: symengine-wheels
version: {{ version }}

source:
- url: https://github.com/symengine/symengine.py/releases/download/v{{ version }}/symengine.py-{{ version }}.tar.gz
sha256: 923944ab54aa0a787629424c101f5ec6a87b44177c669d21c7d3b0257f725927
sha256: 702fc5e5640e81714eacecf9da03ba1d9cc2f49fc8c4c6154b57d3d7dfacc698
folder: python

- url: https://github.com/symengine/symengine/releases/download/v{{ cxx_version }}/symengine-{{ cxx_version }}.tar.gz
sha256: 9c007c99e9633f5549a55fa7a66ebcbcf9e04092eb55f7bb781c22b9cf0570c4
sha256: 217b39955dc19f920c6f54c057fdc89e8e155ddee8f0e3c3cacc67b3e3850b64
folder: cxx

build:
Expand Down

0 comments on commit 24ebe0c

Please sign in to comment.