Skip to content

Commit

Permalink
timetagger: 24.12.1 -> 24.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2024
1 parent c09c373 commit 2cfb000
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 @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "timetagger";
version = "24.12.1";
version = "24.12.2";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "almarklein";
repo = pname;
tag = "v${version}";
hash = "sha256-d8O4wmY3eJ2HrHq6SKEoaXYAh+A+hWpN72Zfw6WyC1g=";
hash = "sha256-YzMVjIsi7MGIwt828xE3FYobrh9CUz5FqCIogXjmOcM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 2cfb000

Please sign in to comment.