Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
enricgrau authored Apr 19, 2022
1 parent 31d0b5e commit de7277b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{% set name = "spectrapepper" %}
{% set version = "0.1.4" %}
{% set version = "0.1.5" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: f7cdca7623d6d92dc999133341b84742b35d0ac4d6eb5139d587b3e20778fbae

sha256: 9772a6809b35204b41dbfca923a09e1f99513f765c414cbca7f3183cb56a5be0
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
Expand Down

0 comments on commit de7277b

Please sign in to comment.