Skip to content

Commit

Permalink
Update perl-data-uuid to 1.227 (#53117)
Browse files Browse the repository at this point in the history
* Update perl-data-uuid to 1.227

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
BiocondaBot and mencian authored Feb 5, 2025
1 parent 15cc5fe commit 90d4480
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions recipes/perl-data-uuid/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 90d4480

Please sign in to comment.