timetagger: 23.11.4 -> 24.4.1

This commit is contained in:
R. Ryantm 2024-04-19 17:35:44 +00:00
parent 11b87cbe59
commit 0cb9efd8a4
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "timetagger";
version = "23.11.4";
version = "24.4.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "almarklein";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-YzS69Sapwbg29usIz93hSEPiDjulFdCTeXbX4I8ZW+Q=";
hash = "sha256-Qt6VKExigzMaEb5ZEEPHCe5DSYdx5KPIfVC0khx7pP4=";
};
propagatedBuildInputs = [