about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMaxine Aubrey <max@ine.dev>2024-04-06 11:09:55 +0200
committerMaxine Aubrey <max@ine.dev>2024-04-22 21:11:26 +0200
commitb11de316f0cfcacf961677344371ed5312851c55 (patch)
tree8d8c453de8e22e06aa0c87fbcbf1a2339377cc87 /pkgs
parentff0df2d5d3b349323f78363ec42f521816605a06 (diff)
python3Packages.pygobject: 3.48.1 → 3.48.2
https://gitlab.gnome.org/GNOME/pygobject/-/compare/3.48.1...3.48.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pygobject/3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pygobject/3.nix b/pkgs/development/python-modules/pygobject/3.nix
index 97dd108470f3d..c80d7a6dda56a 100644
--- a/pkgs/development/python-modules/pygobject/3.nix
+++ b/pkgs/development/python-modules/pygobject/3.nix
@@ -17,7 +17,7 @@
 
 buildPythonPackage rec {
   pname = "pygobject";
-  version = "3.48.1";
+  version = "3.48.2";
 
   outputs = [ "out" "dev" ];
 
@@ -27,7 +27,7 @@ buildPythonPackage rec {
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    hash = "sha256-OgosDA8lkxtYQGScVINLnlimMUjTf6n2MIiHtwJ+FcI=";
+    hash = "sha256-B5SutKm+MaCSrCBiG19U7CgPkYWUPTKLEFza5imK0ac=";
   };
 
   depsBuildBuild = [