python3Packages.pycron: 3.1.2 -> 3.2.0 (#414727)

This commit is contained in:
Nick Cao 2025-06-08 10:41:49 -04:00 committed by GitHub
commit 302b80e29c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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