Unverified Commit cc2163bd authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #253663 from r-ryantm/auto-update/python310Packages.timetagger

python310Packages.timetagger: 23.8.1 -> 23.9.2
parents c33806a9 93bceecc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "timetagger";
  version = "23.8.1";
  version = "23.9.2";
  format = "setuptools";

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

  propagatedBuildInputs = [