Skip to content

Commit

Permalink
Merge pull request conda-forge#14 from enricgrau/master
Browse files Browse the repository at this point in the history
Update spectrapepper-feedstock to v0.1.6
  • Loading branch information
enricgrau authored Jun 17, 2022
2 parents 2350ea6 + 4543ed8 commit 9980a04
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 50 deletions.
65 changes: 18 additions & 47 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 9980a04

Please sign in to comment.