[cpan2nix] perlPackages.SetObject: 1.35 -> 1.39

This commit is contained in:
volth 2018-04-07 07:53:04 +00:00
parent 9fd9897fa1
commit 81b859dedb

View File

@ -12329,10 +12329,10 @@ let self = _self // overrides; _self = with self; {
};
SetObject = buildPerlPackage rec {
name = "Set-Object-1.35";
name = "Set-Object-1.39";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RU/RURBAN/${name}.tar.gz";
sha256 = "189a4d7cc3e583faa8518a63a95cf4aa3a320f79b5c6f5e40970687244080ee7";
sha256 = "5effcfeb104da334f413a20dee9cdc5e874246096c3b282190a5f44453401810";
};
meta = {
description = "Unordered collections (sets) of Perl Objects";