python3Packages.nyt-games: 0.4.4 -> 0.5.0

https://github.com/joostlek/python-nyt-games/releases/tag/v0.5.0
This commit is contained in:
Martin Weinelt
2025-07-15 05:04:30 +02:00
parent 16da17e9fe
commit 62a0935d82
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "nyt-games";
version = "0.4.4";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "joostlek";
repo = "python-nyt-games";
tag = "v${version}";
hash = "sha256-eMJ96E4sGmekr6mOR30UIZBclH/0xc8AWv3zL1ItKjo=";
hash = "sha256-bpamhrTBDFp1c/RvvbVjRFXEn5HoxY+3jGH7NkfsFxo=";
};
build-system = [ poetry-core ];