perl-strictures: 2.000001 -> 2.000002

This commit is contained in:
Pascal Wittmann 2016-02-16 21:20:15 +01:00
parent 3e358e255e
commit 7fcce2a9f0

View File

@ -10484,10 +10484,10 @@ let self = _self // overrides; _self = with self; {
};
strictures = buildPerlPackage rec {
name = "strictures-2.000001";
name = "strictures-2.000002";
src = fetchurl {
url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz";
sha256 = "1lr0br982xb49wxra5ywq9vk4jhjmq28670i8yscks1wss58lwqy";
sha256 = "0021m9k1f6dfqn88znlp24g7xsqxwwjbj91w474c7n5gngf5a0qk";
};
meta = {
homepage = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/strictures.git;