python3Packages.aocd: 2.0.1 -> 2.1.0

https://github.com/wimglenn/advent-of-code-data/releases/tag/v2.1.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:54:36 +01:00
parent a7e24ed5dd
commit 6dce9c6e04
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "aocd";
version = "2.0.1";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "wimglenn";
repo = "advent-of-code-data";
tag = "v${version}";
hash = "sha256-YZvcR97uHceloqwoP+azaBmj3GLusYNbItLIaeJ3QD0=";
hash = "sha256-xR9CfyOUsKSSA/1zYi6kCK3oAaX6Kd625mKMWI+ZFMA=";
};
nativeBuildInputs = [ setuptools ];
@@ -104,7 +104,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Get your Advent of Code data with a single import statement";
homepage = "https://github.com/wimglenn/advent-of-code-data";
changelog = "https://github.com/wimglenn/advent-of-code-data/releases/tag/v${version}";
changelog = "https://github.com/wimglenn/advent-of-code-data/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ aadibajpai ];
platforms = platforms.unix;