alot : 0.3.7 -> 0.5

This commit is contained in:
regnat 2017-01-29 10:56:13 +01:00 committed by Franz Pletz
parent 18599495c4
commit 0abc1a7668

View file

@ -805,7 +805,7 @@ in {
alot = buildPythonPackage rec {
rev = "0.3.7";
rev = "0.5";
name = "alot-${rev}";
disabled = isPy3k;
@ -814,7 +814,7 @@ in {
owner = "pazz";
repo = "alot";
inherit rev;
sha256 = "0sscmmf42gsrjbisi6wm01alzlnq6wqhpwkm8pc557075jfg19il";
sha256 = "1hzajfh0f21k97xip9blg7zifiv3y5k33swp2h9sc57qd7qkr5i6";
};
postPatch = ''
@ -831,6 +831,7 @@ in {
self.python_magic
self.configobj
self.pygpgme
self.mock
];
postInstall = ''