Skip to content

Commit

Permalink
increment to build 6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSCFraser committed Nov 5, 2024
1 parent 9da9631 commit 788a377
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 = "551DE1D7B666A5AD693DD61F58A2617BAB3F708836D0143A7FBB981365F45AF4" %}
{% set hash = "9C58E73A2CEFE90FA2E9744E9A912CA53E383D7F587C1A2516B3E57BF14C86F9" %}


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

build:
noarch: python
number: 5
number: 6

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 788a377

Please sign in to comment.