From 90d4480ef7a258bc4922d2c406538ffb074fac64 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Wed, 5 Feb 2025 01:00:24 -0500 Subject: [PATCH] Update perl-data-uuid to 1.227 (#53117) * Update perl-data-uuid to 1.227 * Update meta.yaml --------- Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/perl-data-uuid/meta.yaml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/recipes/perl-data-uuid/meta.yaml b/recipes/perl-data-uuid/meta.yaml index e26358db86fc3..4cc6b7dddbbe0 100644 --- a/recipes/perl-data-uuid/meta.yaml +++ b/recipes/perl-data-uuid/meta.yaml @@ -1,28 +1,28 @@ {% set name = "perl-data-uuid" %} -{% set version = "1.226" %} -{% set sha256 = "093d57ffa0d411a94bafafae495697db26f5c9d0277198fe3f7cf2be22996453" %} +{% set version = "1.227" %} +{% set sha256 = "95bda7276265f57bc48ffdeddec5ef28cd6f765e3a183757fa5f09f0ce6b98ac" %} package: name: {{ name }} version: {{ version }} source: - url: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-UUID-1.226.tar.gz + url: https://cpan.metacpan.org/authors/id/G/GT/GTERMARS/Data-UUID-1.227.tar.gz sha256: {{ sha256 }} build: - number: 4 + number: 0 + run_exports: + - {{ pin_subpackage('perl-data-uuid', max_pin="x") }} requirements: build: - make - {{ compiler('cxx') }} - host: - perl - perl-digest-md5 - perl-extutils-makemaker - run: - perl - perl-digest-md5 @@ -32,6 +32,7 @@ test: - Data::UUID about: - home: http://metacpan.org/pod/Data::UUID - license: bsd - summary: 'Globally/Universally Unique Identifiers (GUIDs/UUIDs)' + home: https://metacpan.org/pod/Data::UUID + license: BSD + summary: 'Globally/Universally Unique Identifiers (GUIDs/UUIDs).' + doc_url: https://metacpan.org/pod/Data::UUID