Skip to content

Commit

Permalink
timetagger: 22.1.3 -> 22.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 29, 2022
1 parent 5cf5cad commit 5d3841f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/timetagger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

python3Packages.buildPythonPackage rec {
pname = "timetagger";
version = "22.1.3";
version = "22.1.4";

src = fetchFromGitHub {
owner = "almarklein";
repo = pname;
rev = "v${version}";
sha256 = "1x0hy9wnifi694glwv6irhnjvwh1kgl6wn6qlk5qy4x6z6bkii24";
sha256 = "sha256-aOA/2SqvTpXtkURyJ2vf5gGqPpy5reN7/2zUUdaJvyA=";
};

propagatedBuildInputs = with python3Packages; [
Expand Down

0 comments on commit 5d3841f

Please sign in to comment.