Skip to content

Commit

Permalink
Update superintervals to 0.2.7 (#53308)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Jan 18, 2025
1 parent 0a12ac2 commit bce38e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/superintervals/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "superintervals" %}
{% set version = "0.2.5" %}
{% set version = "0.2.7" %}

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

source:
url: https://github.com/kcleal/superintervals/archive/v{{ version }}.tar.gz
sha256: 2d761e3948c406794d0f096c3855d1ced0c4cf8be4b321d4dbaa33ad2f94f73f
sha256: 4225ed1b7d448874a93b6c39032dae59e1423aae870ddd786d14b2187016aebf

build:
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
Expand Down

0 comments on commit bce38e0

Please sign in to comment.