mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
perl-strictures: 2.000001 -> 2.000002
This commit is contained in:
parent
3e358e255e
commit
7fcce2a9f0
@ -10484,10 +10484,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
strictures = buildPerlPackage rec {
|
strictures = buildPerlPackage rec {
|
||||||
name = "strictures-2.000001";
|
name = "strictures-2.000002";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/H/HA/HAARG/${name}.tar.gz";
|
||||||
sha256 = "1lr0br982xb49wxra5ywq9vk4jhjmq28670i8yscks1wss58lwqy";
|
sha256 = "0021m9k1f6dfqn88znlp24g7xsqxwwjbj91w474c7n5gngf5a0qk";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/strictures.git;
|
homepage = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/strictures.git;
|
||||||
|
Loading…
Reference in New Issue
Block a user