Skip to content

Commit

Permalink
Hopla: bump pandoc (bioconda#50978)
Browse files Browse the repository at this point in the history
* Hopla: bump pandoc

Bump pandoc dependency to fix memory leak issue

* Update meta.yaml

* Fix the package name

---------

Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
  • Loading branch information
matthdsm and martin-g authored Sep 26, 2024
1 parent 02fdfed commit 6ffd645
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/hopla/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ source:
sha256: {{ hash }}

build:
number: 0
number: 1
noarch: generic
run_exports:
- {{ pin_subpackage("hopla", max_pin="x") }}

requirements:
run:
Expand All @@ -26,7 +28,7 @@ requirements:
- bioconductor-genomicranges >=1.42.0
- bioconductor-dnacopy >=1.64.0
- merlin 1.1.2.* # [not osx]
- pandoc >=2.*
- pandoc >=3.1.5

test:
commands:
Expand Down

0 comments on commit 6ffd645

Please sign in to comment.