mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
alot: 0.5 -> 0.5.1
This commit is contained in:
parent
308c09d41f
commit
5b7b1f7aa4
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user