Skip to content

Commit

Permalink
alot : 0.3.7 -> 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thufschmitt authored and fpletz committed Jan 29, 2017
1 parent 1859949 commit 0abc1a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -805,7 +805,7 @@ in {


alot = buildPythonPackage rec {
rev = "0.3.7";
rev = "0.5";
name = "alot-${rev}";

disabled = isPy3k;
Expand All @@ -814,7 +814,7 @@ in {
owner = "pazz";
repo = "alot";
inherit rev;
sha256 = "0sscmmf42gsrjbisi6wm01alzlnq6wqhpwkm8pc557075jfg19il";
sha256 = "1hzajfh0f21k97xip9blg7zifiv3y5k33swp2h9sc57qd7qkr5i6";
};

postPatch = ''
Expand All @@ -831,6 +831,7 @@ in {
self.python_magic
self.configobj
self.pygpgme
self.mock
];

postInstall = ''
Expand Down

0 comments on commit 0abc1a7

Please sign in to comment.