From fcd9227ff819f33cb426a8247eed22dd23a422c7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 6 Mar 2024 08:58:51 +0100 Subject: [PATCH] past-time: 0.3.0 -> 0.3.1 Diff: https://github.com/fabaff/past-time/compare/refs/tags/0.3.0...0.3.1 Changelog: https://github.com/fabaff/past-time/releases/tag/0.3.1 --- pkgs/tools/misc/past-time/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/past-time/default.nix b/pkgs/tools/misc/past-time/default.nix index 4bb24ed22162..4bdcff8c1935 100644 --- a/pkgs/tools/misc/past-time/default.nix +++ b/pkgs/tools/misc/past-time/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "past-time"; - version = "0.3.0"; + version = "0.3.1"; pyproject = true; src = fetchFromGitHub { owner = "fabaff"; repo = "past-time"; rev = "refs/tags/${version}"; - hash = "sha256-3tSEbqGwFw16JcaEERhs6I+BsfxjE1hQWpOT1C+fQDk="; + hash = "sha256-NSuU33vuHbgJ+cG0FrGYLizIrG7jSz+veptt3D4UegY="; }; nativeBuildInputs = with python3.pkgs; [