Skip to content

Commit

Permalink
python312Packages.croniter: 3.0.3 -> 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 25, 2024
1 parent 6437a6b commit 5c16527
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 5c16527

Please sign in to comment.