mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
alot: 0.8 -> 0.8.1
This commit is contained in:
parent
daac44f01a
commit
d852d58e80
|
@ -7,7 +7,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "alot";
|
||||
version = "0.8";
|
||||
version = "0.8.1";
|
||||
outputs = [ "out" ] ++ lib.optional withManpage "man";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
owner = "pazz";
|
||||
repo = "alot";
|
||||
rev = version;
|
||||
sha256 = "1isn0p0i2a7dlbrdk5ib01xa1wgi6bi9ka4xl4vj8iw1q4i5fqv9";
|
||||
sha256 = "1gzis6w45d860mr2qbmjhnbrhy6d9xwhw27wpmvs56vndafvv9d3";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optional withManpage sphinx;
|
||||
|
@ -57,6 +57,6 @@ buildPythonPackage rec {
|
|||
description = "Terminal MUA using notmuch mail";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ geistesk ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue