From f9019d51ef584ad7315d7242a3a639430af79723 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 23 Aug 2024 03:14:12 +0000 Subject: [PATCH 1/2] python312Packages.cron-descriptor: 1.4.3 -> 1.4.4 --- pkgs/development/python-modules/cron-descriptor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cron-descriptor/default.nix b/pkgs/development/python-modules/cron-descriptor/default.nix index acd22f975f46..62461eaabb19 100644 --- a/pkgs/development/python-modules/cron-descriptor/default.nix +++ b/pkgs/development/python-modules/cron-descriptor/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "cron-descriptor"; - version = "1.4.3"; + version = "1.4.4"; pyproject = true; src = fetchFromGitHub { owner = "Salamek"; repo = "cron-descriptor"; rev = "refs/tags/${version}"; - hash = "sha256-Bvg2diheQihhiCVJjHqdFxbatb/gXS/aRogpzhIproE="; + hash = "sha256-NKAfNwIRnND4ume27CSPJoib9DysbpdD905SNP+wx0A="; }; # remove tests_require, as we don't do linting anyways From 7081728e6958d1face38c357730ce0cb079d9c20 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Aug 2024 08:27:43 +0200 Subject: [PATCH 2/2] python312Packages.cron-descriptor: add changelog --- pkgs/development/python-modules/cron-descriptor/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/cron-descriptor/default.nix b/pkgs/development/python-modules/cron-descriptor/default.nix index 62461eaabb19..f15b250c6b53 100644 --- a/pkgs/development/python-modules/cron-descriptor/default.nix +++ b/pkgs/development/python-modules/cron-descriptor/default.nix @@ -36,6 +36,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library that converts cron expressions into human readable strings"; homepage = "https://github.com/Salamek/cron-descriptor"; + changelog = "https://github.com/Salamek/cron-descriptor/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ phaer ]; };