[cpan2nix] perlPackages.ScopeGuard: 0.20 -> 0.21

This commit is contained in:
volth 2018-04-07 07:53:02 +00:00
parent 472c40d72d
commit 30b5683b92

View File

@ -12243,10 +12243,10 @@ let self = _self // overrides; _self = with self; {
}; };
ScopeGuard = buildPerlPackage { ScopeGuard = buildPerlPackage {
name = "Scope-Guard-0.20"; name = "Scope-Guard-0.21";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.20.tar.gz; url = mirror://cpan/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.21.tar.gz;
sha256 = "1lsagnz6pli035zvx5c1x4qm9fabi773vns86yd8lzfpldhfv3sv"; sha256 = "0y6jfzvxiz8h5yfz701shair0ilypq2mvimd7wn8wi2nbkm1p6wc";
}; };
meta = { meta = {
description = "Lexically-scoped resource management"; description = "Lexically-scoped resource management";