Merge pull request #182536 from Ma27/bump-buku

buku: 4.6 -> 4.7
This commit is contained in:
Maximilian Bosch
2022-07-25 12:03:06 +02:00
committed by GitHub
+2 -2
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 = [