mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
python3Packages.pycron: 3.1.2 -> 3.2.0 (#414727)
This commit is contained in:
commit
302b80e29c
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue