Merge pull request #256972 from r-ryantm/auto-update/python311Packages.pygobject-stubs

python311Packages.pygobject-stubs: 2.8.0 -> 2.9.0
This commit is contained in:
Weijia Wang 2023-10-01 00:50:39 +02:00 committed by GitHub
commit 1dd6afe19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pygobject-stubs";
version = "2.8.0";
version = "2.9.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "pygobject";
repo = "pygobject-stubs";
rev = "v${version}";
hash = "sha256-8TB8eqXPhvoKtyQ8+hnCQnH4NwO2WC1NYAxmVj+FCvg=";
rev = "refs/tags/v${version}";
hash = "sha256-A28vH5S5xxY7VIJORbgQ7jAi/wG4WiffNGryiumHWf0=";
};
nativeBuildInputs = [