Skip to content

Commit

Permalink
Update perl-excel-writer-xlsx to 1.13 (#46030)
Browse files Browse the repository at this point in the history
* Update perl-excel-writer-xlsx to 1.12

* Update perl-excel-writer-xlsx to 1.13

* Add run_exports

---------

Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
  • Loading branch information
BiocondaBot and martin-g authored Oct 14, 2024
1 parent a8fe9ad commit aaef81b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/perl-excel-writer-xlsx/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{% set name = "perl-excel-writer-xlsx" %}
{% set version = "1.11" %}
{% set sha256 = "cb3300d23119c698864ef0b73c19a72cba718bfc06ed007359a5313f961cc2a0" %}
{% set version = "1.13" %}
{% set sha256 = "3d60b14e40cd6d93b8e5b40c1bf814122301107fe10e7e6b4120ed3fe87009c9" %}

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

source:
url: https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/Excel-Writer-XLSX-1.11.tar.gz
url: https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/Excel-Writer-XLSX-1.13.tar.gz
sha256: {{ sha256 }}

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

Expand Down

0 comments on commit aaef81b

Please sign in to comment.