python312Packages.pyytlounge: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm
2025-04-21 09:31:19 +00:00
parent 78e2cd1a15
commit 09e9634978

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyytlounge";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "FabioGNR";
repo = "pyytlounge";
tag = "v${version}";
hash = "sha256-87m1lrI5ryqaMgtuFtWUVUiKzM7J8u1mkR9l98tU1I0=";
hash = "sha256-8cdahP1u8Rf4m/167ie9aKcELLiWNvZOx7tV9YLK4nU=";
};
build-system = [ hatchling ];