Skip to content

Commit

Permalink
Update Saccharis (#52261)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSCFraser authored Nov 21, 2024
1 parent 5fdae71 commit c622c3f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions recipes/saccharis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{% set name = "SACCHARIS" %}
{% set version = "2.0.1.dev21" %}
{% set hash = "0CC50F3A1D80C4FC8F84783A46E122BC4E382E00B8AD15EF10E985AAF100F43B" %}
{% set version = "2.0.2" %}
{% set hash = "0405C796154469E0AE8282C0EF51142ADAE0B26E83BDEAF00B9A092063C34F85" %}


package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
# url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_9.tar.gz
url: https://github.com/saccharis/SACCHARIS_2/releases/download/v{{ version }}/saccharis-{{ version }}.tar.gz
sha256: {{ hash|lower }}

build:
noarch: python
number: 9
number: 0

script: {{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt
preserve_egg_dir: True # added because the entry points below seem to be causing a build error
Expand Down

0 comments on commit c622c3f

Please sign in to comment.