mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
alot: 0.8.1 -> 0.9
Changelog: https://github.com/pazz/alot/releases/tag/0.9
This commit is contained in:
parent
51ac6731e0
commit
2855281050
@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "alot";
|
||||
version = "0.8.1";
|
||||
version = "0.9";
|
||||
outputs = [ "out" ] ++ lib.optional withManpage "man";
|
||||
|
||||
disabled = !isPy3k;
|
||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "pazz";
|
||||
repo = "alot";
|
||||
rev = version;
|
||||
sha256 = "1gzis6w45d860mr2qbmjhnbrhy6d9xwhw27wpmvs56vndafvv9d3";
|
||||
sha256 = "sha256-WUwOJcq8JE7YO8sFeZwYikCRhpufO0pL6MKu54ZYsHI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optional withManpage sphinx;
|
||||
|
Loading…
Reference in New Issue
Block a user