Skip to content

Commit

Permalink
annextimelog: 0.5.0 -> 0.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Apr 7, 2024
1 parent 8760f8d commit be1946a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/an/annextimelog/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit be1946a

Please sign in to comment.