buku: 4.8 -> 5.0

This commit is contained in:
R. Ryantm 2025-05-08 22:26:59 +00:00
parent 2cd2decd3a
commit f3a6dcafee

View file

@ -23,15 +23,15 @@ let
in in
with python3.pkgs; with python3.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
version = "4.8"; version = "5.0";
pname = "buku"; pname = "buku";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jarun"; owner = "jarun";
repo = "buku"; repo = "buku";
rev = "v${version}"; tag = "v${version}";
sha256 = "sha256-kPVlfTYUusf5CZnKB53WZcCHo3MEnA2bLUHTRPGPn+8="; sha256 = "sha256-b3j3WLMXl4sXZpIObC+F7RRpo07cwJpAK7lQ7+yIzro=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [