Skip to content

Commit

Permalink
Update perl-specio to 0.49 (#52969)
Browse files Browse the repository at this point in the history
* Update perl-specio to 0.49

* Add perl-clone as a host dependency

* Add perl-clone to run deps too

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
BiocondaBot and martin-g authored Dec 27, 2024
1 parent 42be01b commit f79c379
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/perl-specio/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "perl-specio" %}
{% set version = "0.48" %}
{% set sha256 = "0c85793580f1274ef08173079131d101f77b22accea7afa8255202f0811682b2" %}
{% set version = "0.49" %}
{% set sha256 = "e85766262b3738efc8dcbeb039b0d632d0aa393a55a33c36df5b21b4d44dc7af" %}

package:
name: {{ name }}
Expand All @@ -22,6 +22,7 @@ requirements:
- make
host:
- perl
- perl-clone
- perl-module-runtime
- perl-try-tiny
- perl-mro-compat
Expand All @@ -33,6 +34,7 @@ requirements:
- perl-test-needs
run:
- perl
- perl-clone
- perl-module-runtime
- perl-try-tiny
- perl-mro-compat
Expand Down

0 comments on commit f79c379

Please sign in to comment.