annextimelog: 0.5.0 -> 0.13.1

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2024-04-07 09:19:40 +02:00
parent 8760f8d0a1
commit be1946ac21
No known key found for this signature in database

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "annextimelog"; pname = "annextimelog";
version = "0.5.0"; version = "0.13.1";
format = "pyproject"; format = "pyproject";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "nobodyinperson"; owner = "nobodyinperson";
repo = "annextimelog"; repo = "annextimelog";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Q87SmzGaZ2rx+tsOgJIdxHaXK3Kda3jCkgH5y4wvLKE="; hash = "sha256-VgeILw8WfqVrmsU/kBw+jHTOt2a6sVT7YgP2pKRp2AY=";
}; };
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [