Skip to content

Commit

Permalink
python312Packages.croniter: 3.0.3 -> 6.0.0 (NixOS#361363)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 2, 2025
2 parents 0ad48a6 + 5c16527 commit a869da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/croniter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "croniter";
version = "3.0.3";
version = "6.0.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-NBF+wXQfEKe9DsOtfY8OuPpFei/rm+MuaiJQ4ViVdmg=";
hash = "sha256-N8UEsxOVYRSpg+ziwrB3kLHxCU/p2BzJRzkhR0glVXc=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit a869da6

Please sign in to comment.