Skip to content

Commit

Permalink
Update pybbi to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored and Autobump committed Oct 18, 2024
1 parent c8e118e commit 48ffdfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/pybbi/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "pybbi" %}
{% set version = "0.4.0" %}
{% set version = "0.4.1" %}

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

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

build:
number: 1
number: 0
skip: True # [osx]
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}
Expand Down

0 comments on commit 48ffdfa

Please sign in to comment.