buku: 4.6 -> 4.7

ChangeLog: https://github.com/jarun/buku/releases/tag/v4.7
This commit is contained in:
Maximilian Bosch 2022-07-23 06:39:45 +02:00
parent 52dd719bbd
commit 41558f0227
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -37,14 +37,14 @@ let
];
in
with python3'.pkgs; buildPythonApplication rec {
version = "4.6";
version = "4.7";
pname = "buku";
src = fetchFromGitHub {
owner = "jarun";
repo = "buku";
rev = "v${version}";
sha256 = "sha256-hr9qiP7SbloigDcs+6KVWu0SOlggMaBr7CCfY8zoJG0=";
sha256 = "sha256-7piJK1hz9h6EWiU/q5MAS1PSvHFxnW7rZBKxq+wda1c=";
};
checkInputs = [