python312Packages.pygobject-stubs: 2.12.0 -> 2.13.0

This commit is contained in:
R. Ryantm
2025-03-16 21:27:51 +00:00
parent 8db87f2960
commit af1cf4789f
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pygobject-stubs";
version = "2.12.0";
version = "2.13.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "pygobject";
repo = "pygobject-stubs";
tag = "v${version}";
hash = "sha256-Y9tqfv2DP2daxxafcQAtxH33pR3FHE8av0PkzEcs0RU=";
hash = "sha256-d7caFIjRRFEZYyCDUcilJ7iquUdltZ0ZQupxQ6ITUEc=";
};
build-system = [ setuptools ];
@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "PEP 561 Typing Stubs for PyGObject";
homepage = "https://github.com/pygobject/pygobject-stubs";
changelog = "https://github.com/pygobject/pygobject-stubs/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/pygobject/pygobject-stubs/blob/${src.tag}/CHANGELOG.md";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ hacker1024 ];
};