Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
enricgrau authored Jun 17, 2022
1 parent 2350ea6 commit 16604e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "spectrapepper" %}
{% set version = "0.1.5" %}
{% set version = "0.1.6" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 9772a6809b35204b41dbfca923a09e1f99513f765c414cbca7f3183cb56a5be0
sha256: aa2155d23779d0bbdebe526af0dd1889c6f3c9c9cf1a917b6204b38b0a0833cc
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
Expand Down

0 comments on commit 16604e0

Please sign in to comment.