Loading pkgs/development/python-modules/cron-descriptor/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/cron-descriptor/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ]; }; Loading