perlPackages.CryptRandPasswd: update from 0.03 to 0.05

This commit is contained in:
Peter Simons 2014-04-07 14:04:37 +02:00
parent 3f323615b2
commit d3a072b81c

View File

@ -1724,10 +1724,10 @@ let self = _self // overrides; _self = with self; {
};
CryptRandPasswd = buildPerlPackage {
name = "Crypt-RandPasswd-0.03";
name = "Crypt-RandPasswd-0.05";
src = fetchurl {
url = mirror://cpan/authors/id/N/NE/NEILB/Crypt-RandPasswd-0.03.tar.gz;
sha256 = "0sz2b4gj2mcwj0nqvxw3gs5m49jzfbi0vla51hj957dvfk00plhf";
url = mirror://cpan/authors/id/N/NE/NEILB/Crypt-RandPasswd-0.05.tar.gz;
sha256 = "0djcjzk0wmlf02gx9935m7c1dhpmdwx3hjal8x80aa92baavwf2s";
};
};