Skip to content

Commit

Permalink
Update genomad to 1.8.1 (#51179)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Oct 5, 2024
1 parent cdf6639 commit f4a7828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/genomad/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "genomad" %}
{% set version = "1.8.0" %}
{% set version = "1.8.1" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 631599f9fea8ea8d07bdc9334e0fc328aed1274968da78f6f5854c0146022233
sha256: 34f867267529cdbb006332dc77f553f974deb07eaea0649b19bfdebea2bd9371

build:
number: 2
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
entry_points:
Expand Down

0 comments on commit f4a7828

Please sign in to comment.