AppSqitch: 0.999 -> 0.9993
This commit is contained in:
parent
8d105ac0a6
commit
d61df24f36
@ -242,11 +242,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
AppSqitch = buildPerlModule rec {
|
AppSqitch = buildPerlModule rec {
|
||||||
version = "0.999";
|
version = "0.9993";
|
||||||
name = "App-Sqitch-${version}";
|
name = "App-Sqitch-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DW/DWHEELER/App-Sqitch-0.999.tar.gz;
|
url = "mirror://cpan/authors/id/D/DW/DWHEELER/${name}.tar.gz";
|
||||||
sha256 = "e7e02194a7b0c42fb4df046cd834d5eb99ff9a2c169f5c60a52c362e89351da6";
|
sha256 = "0pf7gvssldhify9dn3sxyi6av5gld4h27d3krdpcql3hbv886gcc";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
CaptureTiny PathClass TestDeep TestDir TestException
|
CaptureTiny PathClass TestDeep TestDir TestException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user