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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user