Skip to content

Commit

Permalink
f bx-python
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Jul 14, 2024
1 parent 6f56619 commit 04e297d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/bx-python/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "bx-python" %}
{% set version = "0.11.0" %}
{% set sha256 = "2cf8872572817e0d36145cc2711889df5729987ffed4e51280da1e3c2ccb9429" %}
{% set version = "0.12.0" %}
{% set sha256 = "aac2405a7b6f0d74a0a38d0e589205ed4e5ecee12df23e2076d40d41cc8335c2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/bx-python-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/bx_python-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
Expand Down

0 comments on commit 04e297d

Please sign in to comment.