Skip to content

Commit

Permalink
Merge pull request #266514 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.timetagger

python311Packages.timetagger: 23.9.2 -> 23.11.2
  • Loading branch information
wegank authored Nov 10, 2023
2 parents 29f41a1 + 6bc590d commit 7c19f30
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 = "23.9.2";
version = "23.11.2";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "almarklein";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-pg4lKRsgi4SZrKYnVmMfU5hzJriRqVa3InYW9emFLy8=";
hash = "sha256-PPB/BTZLuHmbKmUIe5gZMAwV+TUDqXBYg6fKsokTotg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 7c19f30

Please sign in to comment.