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
1 changed files with 2 additions and 2 deletions

View File

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