python312Packages.timetagger: 24.4.1 -> 24.07.1

(cherry picked from commit 491caca686)
This commit is contained in:
R. Ryantm
2024-07-24 18:13:29 +00:00
committed by github-actions[bot]
parent 8f7492cce2
commit 8c2d7530d3

View File

@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "timetagger";
version = "24.4.1";
version = "24.07.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "almarklein";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Qt6VKExigzMaEb5ZEEPHCe5DSYdx5KPIfVC0khx7pP4=";
hash = "sha256-zm+3vk2ZeaZjciANNVSVxDT5S2LhOAl3B4AE2RgA5Tw=";
};
propagatedBuildInputs = [