Skip to content

Commit

Permalink
Merge pull request #30 from thespacedoctor/master
Browse files Browse the repository at this point in the history
bumping version
  • Loading branch information
thespacedoctor authored Oct 9, 2024
2 parents af327fb + 322a1c0 commit c607c14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set name = "soxspipe" %}
{% set version = "0.11.2" %}
{% set version = "0.11.4" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/soxspipe-{{ version }}.tar.gz
sha256: f600a1cc20d6f51b485158fb65a85ba0166bf5d0ddbfde6629e418f103b85b52
sha256: 2bb2fd4d7358fa2e740b40c78c4d2495e0b949d84cf303a26a48492891264111

build:
number: 0
entry_points:
- soxspipe=soxspipe.cl_utils:main
script: {{ PYTHON }} -m pip install . -vv
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
Expand Down

0 comments on commit c607c14

Please sign in to comment.