Skip to content

Commit

Permalink
Update quatradis to 1.3.3 (#53442)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Jan 23, 2025
1 parent 21cc41b commit 272e801
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/quatradis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "1.3.2" %}
{% set version = "1.3.3" %}

package:
name: quatradis
version: {{ version }}

source:
url: https://github.com/quadram-institute-bioscience/QuaTradis/archive/refs/tags/{{ version }}.tar.gz
sha256: 2f37287a97e7721a2f127373ea5ae67e147215aa91e73729133c3746fde2a0fa
sha256: 641c9a9c3c92fd2e2f6eac8a86ecb08be80f99532f32891356754c0cff9a68a8

build:
number: 1
number: 0
script: {{ PYTHON }} -m pip install -vvv --no-deps --no-build-isolation --no-cache-dir .
run_exports:
- {{ pin_subpackage('quatradis', max_pin="x") }}
Expand Down

0 comments on commit 272e801

Please sign in to comment.