python3Packages.pycron: 3.1.2 -> 3.2.0

This commit is contained in:
R. Ryantm 2025-06-07 12:02:14 +00:00
parent e6f9181ee9
commit 4110183dae

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pycron";
version = "3.1.2";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "kipe";
repo = "pycron";
tag = version;
hash = "sha256-WnaQfS3VzF9fZHX9eNRjih/U7SgWeWVynLdwPZgF950=";
hash = "sha256-AuDqElqu/cbTASHQfWM85JHu8DvkwArZ2leMZSB+XVM=";
};
build-system = [ poetry-core ];