Commit d808c496 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pygobject-stubs: 2.14.0 -> 2.16.0

https://github.com/pygobject/pygobject-stubs/blob/v2.16.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
parent 549baef5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "pygobject-stubs";
  version = "2.14.0";
  version = "2.16.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pygobject";
    repo = "pygobject-stubs";
    tag = "v${version}";
    hash = "sha256-pConIc8FBq2a7yrfRHa07p2e/Axgrv4p+W0nq1WzERw=";
    hash = "sha256-3gWz/mWAMoXAHMfCFv3ri680iuMm0WLtGyMODujq31M=";
  };

  build-system = [ setuptools ];