libaccounts-glib: 1.26 -> 1.27

This commit is contained in:
jopejoe1
2024-04-29 16:35:38 +02:00
parent ddc85353e2
commit 39cd498061
@@ -3,15 +3,15 @@
stdenv.mkDerivation rec {
pname = "libaccounts-glib";
version = "1.26";
version = "1.27";
outputs = [ "out" "dev" "devdoc" "py" ];
src = fetchFromGitLab {
owner = "accounts-sso";
repo = "libaccounts-glib";
rev = version;
sha256 = "sha256-KVKylt+XjLfidsS2KzT7oFXP6rTR528lYAUP8dffu7k=";
rev = "VERSION_${version}";
sha256 = "sha256-mLhcwp8rhCGSB1K6rTWT0tuiINzgwULwXINfCbgPKEg=";
};
nativeBuildInputs = [
@@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
LC_ALL = "en_US.UTF-8";
mesonFlags = [
"-Dinstall-py-overrides=true"
"-Dpy-overrides-dir=${placeholder "py"}/${python3.sitePackages}/gi/overrides"
];