pangomm_2_48: 2.50.2 → 2.52.0

https://gitlab.gnome.org/GNOME/pangomm/-/compare/2.50.2...2.52.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-16 11:32:34 +01:00
parent 2bd2a49415
commit 322ae8846b
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "pangomm";
version= "2.50.2";
version= "2.52.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-G8WrTqMoBEJYDWgxgibas2zu38Moj52DcRz3z6tQqfs=";
hash = "sha256-NKE0EmpkhP8S93Q1jDbsxE0OnfCU4bg3ltl3S7fSSUc=";
};
nativeBuildInputs = [