Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update biox to 1.1.0 #53027

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/biox/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "biox" %}
{% set version = "1.0.0" %}
{% set version = "1.1.0" %}

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

source:
url: https://github.com/TianMayCry9/BioX/archive/refs/tags/v{{ version }}.tar.gz
sha256: ecbaf5d74f93361fdfa1798fc34edc27b18b131b2943f66da1347856444fb9f1
sha256: cf45ef8bf1e114d815f668af5e781e8fd5e05bb35795bf89c034c392c5694e0c

build:
number: 0
Expand Down Expand Up @@ -49,4 +49,4 @@ about:

extra:
recipe-maintainers:
- TianMayCry9
- TianMayCry9
Loading