mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 23:53:26 +00:00
python3Packages.pygobject3: 3.46.0 → 3.48.1
https://gitlab.gnome.org/GNOME/pygobject/-/compare/3.46.0...3.48.1 Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
parent
d0bbb71b7b
commit
29c2170a69
@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pygobject";
|
||||
version = "3.46.0";
|
||||
version = "3.48.1";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "QmAIstrVSMmvHHsDtZ3wRA/eXDPzj7VAaxA6Q9ZTyvw=";
|
||||
hash = "sha256-OgosDA8lkxtYQGScVINLnlimMUjTf6n2MIiHtwJ+FcI=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
Loading…
Reference in New Issue
Block a user