Skip to content

Commit

Permalink
timetagger: 24.07.1 -> 24.12.1
Browse files Browse the repository at this point in the history
(cherry picked from commit acc9fe7)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 14, 2024
1 parent 60d18a3 commit 951f183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/timetagger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@

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

disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "almarklein";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-zm+3vk2ZeaZjciANNVSVxDT5S2LhOAl3B4AE2RgA5Tw=";
tag = "v${version}";
hash = "sha256-d8O4wmY3eJ2HrHq6SKEoaXYAh+A+hWpN72Zfw6WyC1g=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 951f183

Please sign in to comment.