python312Packages.pyytlounge: 2.3.0 -> 3.1.0

This commit is contained in:
R. Ryantm
2025-04-01 22:12:09 +00:00
parent 02b2743b6a
commit 3f7221eb28
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyytlounge";
version = "2.3.0";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "FabioGNR";
repo = "pyytlounge";
tag = "v${version}";
hash = "sha256-VcGZV5AjRWtJeHT6+PUn23k6g1dRFzZM/JWGkVhF4ec=";
hash = "sha256-87m1lrI5ryqaMgtuFtWUVUiKzM7J8u1mkR9l98tU1I0=";
};
build-system = [ hatchling ];