alot: 0.5 -> 0.5.1

This commit is contained in:
Bart Brouns 2017-03-14 16:11:03 +01:00
parent 308c09d41f
commit 5b7b1f7aa4

View File

@ -905,7 +905,7 @@ in {
alot = buildPythonPackage rec {
rev = "0.5";
rev = "0.5.1";
name = "alot-${rev}";
disabled = isPy3k;
@ -914,7 +914,7 @@ in {
owner = "pazz";
repo = "alot";
inherit rev;
sha256 = "1hzajfh0f21k97xip9blg7zifiv3y5k33swp2h9sc57qd7qkr5i6";
sha256 = "0ipkhc5wllfq78lg47aiq4qih0yjq8ad9xkrbgc88xk8pk9166i8";
};
postPatch = ''