Skip to content

Commit

Permalink
python3Packages.pygobject3: 3.46.0 → 3.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amaxine committed Mar 8, 2024
1 parent 89f6939 commit 0903b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pygobject/3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "pygobject";
version = "3.46.0";
version = "3.47.0";

outputs = [ "out" "dev" ];

Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "QmAIstrVSMmvHHsDtZ3wRA/eXDPzj7VAaxA6Q9ZTyvw=";
sha256 = "sha256-Mja31nFm6G23IfbOyajL9snffUW7zfqgXaAMRUa9TSA=";
};

depsBuildBuild = [
Expand Down

0 comments on commit 0903b7c

Please sign in to comment.