Skip to content

Commit

Permalink
fix error on duplicate user ids in different files
Browse files Browse the repository at this point in the history
increment to build 9
  • Loading branch information
AlexSCFraser committed Nov 20, 2024
1 parent b93a3fe commit 6dedbf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/saccharis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "SACCHARIS" %}
{% set version = "2.0.1.dev21" %}
{% set hash = "C808429EADDAA31E0E611DF0564BA6CA36CE6CBB69A98DFB79CC59972352FD16" %}
{% set hash = "0CC50F3A1D80C4FC8F84783A46E122BC4E382E00B8AD15EF10E985AAF100F43B" %}


package:
Expand All @@ -9,12 +9,12 @@ package:

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_8.tar.gz
url: https://github.com/saccharis/SACCHARIS_2/releases/download/v2.0.1.dev21/saccharis-2.0.1.dev21_9.tar.gz
sha256: {{ hash|lower }}

build:
noarch: python
number: 8
number: 9

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 6dedbf9

Please sign in to comment.