mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +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 {
|
alot = buildPythonPackage rec {
|
||||||
rev = "0.5";
|
rev = "0.5.1";
|
||||||
name = "alot-${rev}";
|
name = "alot-${rev}";
|
||||||
|
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
@ -914,7 +914,7 @@ in {
|
|||||||
owner = "pazz";
|
owner = "pazz";
|
||||||
repo = "alot";
|
repo = "alot";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "1hzajfh0f21k97xip9blg7zifiv3y5k33swp2h9sc57qd7qkr5i6";
|
sha256 = "0ipkhc5wllfq78lg47aiq4qih0yjq8ad9xkrbgc88xk8pk9166i8";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user