Skip to content

Commit

Permalink
Merge pull request conda-forge#17 from enricgrau/master
Browse files Browse the repository at this point in the history
Update spectrapepper-feedstock to v0.1.7
  • Loading branch information
enricgrau authored Nov 21, 2022
2 parents 1947bc2 + 34fe37d commit cc1b2dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set name = "spectrapepper" %}
{% set version = "0.1.6" %}
{% set version = "0.1.7" %}

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

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

0 comments on commit cc1b2dc

Please sign in to comment.