Skip to content

Commit

Permalink
Update panacus version (#50987)
Browse files Browse the repository at this point in the history
  • Loading branch information
heringerp authored Sep 26, 2024
1 parent 6ffd645 commit 67be0ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/panacus/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "panacus" %}
{% set version = "0.2.3" %}
{% set version = "0.2.4" %}

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

source:
url: https://github.com/marschall-lab/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: 969eaed515a9679f5a74632986240f7afd0558b2a2914281dc783ac1fa1b6f9e
sha256: e4709c5e3e4b5c445789406a0ebf06a2052e24bc5fcc3b540cacf8064c2ab478

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

Expand Down Expand Up @@ -45,3 +45,4 @@ about:
extra:
recipe-maintainers:
- danydoerr
- heringerp

0 comments on commit 67be0ec

Please sign in to comment.