pythonPackages.alot: update to 0.3.4 (and stable revision)
This commit is contained in:
parent
464fd741cd
commit
44ec42ed93
1 changed files with 3 additions and 3 deletions
|
@ -124,13 +124,13 @@ pythonPackages = python.modules // rec {
|
||||||
|
|
||||||
|
|
||||||
alot = buildPythonPackage rec {
|
alot = buildPythonPackage rec {
|
||||||
rev = "c765ebd6041a845a800cc9fd30705102ae2d040f";
|
rev = "d3c1880a60ddd8ded397d92cddf310a948b97fdc";
|
||||||
name = "alot-0.3.3_${rev}";
|
name = "alot-0.3.4_${rev}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/pazz/alot/tarball/${rev}";
|
url = "https://github.com/pazz/alot/tarball/${rev}";
|
||||||
name = "${name}.tar.bz";
|
name = "${name}.tar.bz";
|
||||||
sha256 = "0yyp3nz5n1zfwf0l4rkkphq5l6prd988b57ighnmi2samzqa9yv4";
|
sha256 = "049fzxs83zry5xr3al5wjvh7bcjq63wilf9wxh2c6sjmg96kpvvl";
|
||||||
};
|
};
|
||||||
|
|
||||||
# error: invalid command 'test'
|
# error: invalid command 'test'
|
||||||
|
|
Loading…
Reference in a new issue