Skip to content

Commit

Permalink
Update perl-experimental to 0.033 (#38840)
Browse files Browse the repository at this point in the history
* Update perl-experimental to 0.030

* Update perl-experimental to 0.031

* Update perl-experimental to 0.032

* Update perl-experimental to 0.033

* Add run_exports

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
BiocondaBot and martin-g authored Dec 27, 2024
1 parent 09b95d1 commit 42be01b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/perl-experimental/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% set name = "perl-experimental" %}
{% set version = "0.029" %}
{% set sha256 = "2e947cfc4a67de69f56072286c6fe51de188d4dec5cdc4e6a4cd39136ffa7fc1" %}
{% set version = "0.033" %}
{% set sha256 = "ba428a1516f816342386f88b569598e8397d82c4cc61d919634f7a1e88b767b9" %}

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

source:
url: https://cpan.metacpan.org/authors/id/L/LE/LEONT/experimental-0.029.tar.gz
url: https://cpan.metacpan.org/authors/id/L/LE/LEONT/experimental-0.033.tar.gz
sha256: {{ sha256 }}

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

requirements:
build:
Expand Down

0 comments on commit 42be01b

Please sign in to comment.