alot: 0.8.1 -> 0.9
Changelog: https://github.com/pazz/alot/releases/tag/0.9
This commit is contained in:
parent
51ac6731e0
commit
2855281050
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "alot";
|
pname = "alot";
|
||||||
version = "0.8.1";
|
version = "0.9";
|
||||||
outputs = [ "out" ] ++ lib.optional withManpage "man";
|
outputs = [ "out" ] ++ lib.optional withManpage "man";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||||
owner = "pazz";
|
owner = "pazz";
|
||||||
repo = "alot";
|
repo = "alot";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1gzis6w45d860mr2qbmjhnbrhy6d9xwhw27wpmvs56vndafvv9d3";
|
sha256 = "sha256-WUwOJcq8JE7YO8sFeZwYikCRhpufO0pL6MKu54ZYsHI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = lib.optional withManpage sphinx;
|
nativeBuildInputs = lib.optional withManpage sphinx;
|
||||||
|
|
Loading…
Reference in New Issue