From 8a2b6f3f462b5fabbff64f4e00d6210c5307bb04 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 8 Dec 2025 03:49:47 +0000 Subject: [PATCH] python3Packages.cron-converter: 1.3.0 -> 1.3.1 --- pkgs/development/python-modules/cron-converter/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cron-converter/default.nix b/pkgs/development/python-modules/cron-converter/default.nix index 188f4028162a..64622f735215 100644 --- a/pkgs/development/python-modules/cron-converter/default.nix +++ b/pkgs/development/python-modules/cron-converter/default.nix @@ -8,14 +8,14 @@ }: buildPythonPackage rec { pname = "cron-converter"; - version = "1.3.0"; + version = "1.3.1"; pyproject = true; src = fetchFromGitHub { owner = "Sonic0"; repo = pname; rev = "v${version}"; - hash = "sha256-o5rqzOP1svAMj0R6qhMui3uYgyEJEGQOaA8cy5U77hk="; + hash = "sha256-zNDEBckvSwnqBfNyh5Gv7ICOsPaSx2NKl92ZlyDfukw="; }; postPatch = ''