python313Packages.aocd-example-parser: 2023.12.20 -> 2024.12.25
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aocd-example-parser";
|
||||
version = "2023.12.20";
|
||||
version = "2024.12.25";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -16,21 +16,18 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "wimglenn";
|
||||
repo = "aocd-example-parser";
|
||||
rev = "07330183f3e43401444fe17b08d72eb6168504e1";
|
||||
hash = "sha256-iOxqzZj29aY/xyigir1KOU6GcBBvnlxEOBLHChEQjf4=";
|
||||
rev = "c86bfc714d2f413965a46a2caf3483e823ea9ade";
|
||||
hash = "sha256-1Le1jrLCFRJcUngoq5bt22gM1lpAMBNBRWjOl3yLlsw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flit-core ];
|
||||
build-system = [ flit-core ];
|
||||
|
||||
# Circular dependency with aocd
|
||||
# pythonImportsCheck = [
|
||||
# "aocd_example_parser"
|
||||
# ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Default implementation of an example parser plugin for advent-of-code-data";
|
||||
homepage = "https://github.com/wimglenn/aocd-example-parser";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user