3
0
Fork 0
forked from mirrors/nixpkgs

perl-Data-UUID: 1.219 -> 1.220

This commit is contained in:
Pascal Wittmann 2015-11-05 22:33:35 +01:00
parent 74f1dc4365
commit ea390aaee8

View file

@ -2641,10 +2641,10 @@ let self = _self // overrides; _self = with self; {
};
DataUUID = buildPerlPackage rec {
name = "Data-UUID-1.219";
name = "Data-UUID-1.220";
src = fetchurl {
url = "mirror://cpan/modules/by-module/Data/${name}.tar.gz";
sha256 = "0a6s6qwc548c1ldf459i5z55fvxsrdi4rnc57d167wdbdydd6dn7";
sha256 = "0q7rfi7firwcvkhh9bym3c56hlm63badfli27m77139lwh33nlwr";
};
};