alot: 0.9 → 0.9.1
Dropped the patch, as it is included in the point release. Switched the hash representation to regular base32.
This commit is contained in:
parent
9d55751754
commit
0682ec40c6
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "alot";
|
pname = "alot";
|
||||||
version = "0.9";
|
version = "0.9.1";
|
||||||
outputs = [ "out" ] ++ lib.optional withManpage "man";
|
outputs = [ "out" ] ++ lib.optional withManpage "man";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
@ -16,18 +16,9 @@ buildPythonPackage rec {
|
|||||||
owner = "pazz";
|
owner = "pazz";
|
||||||
repo = "alot";
|
repo = "alot";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-WUwOJcq8JE7YO8sFeZwYikCRhpufO0pL6MKu54ZYsHI=";
|
sha256 = "0s94m17yph1gq9f2svipb3bbwbw1s4j3zf2xkg5h91006v8286r6";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# can't compose email if signature is set: https://github.com/pazz/alot/issues/1468
|
|
||||||
(fetchpatch {
|
|
||||||
name = "envelope-body.patch";
|
|
||||||
url = "https://github.com/pazz/alot/commit/28a4296c7f556c251d71d9502681980d46d9fa55.patch";
|
|
||||||
sha256 = "1iwvmjyz4mh1g08vr85ywhah2xarcqg8dazagygk19icgsn45w06";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = lib.optional withManpage sphinx;
|
nativeBuildInputs = lib.optional withManpage sphinx;
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user