pango: fix update version policy

https://gitlab.gnome.org/GNOME/pango#versioning
This commit is contained in:
Jan Tojnar 2023-12-02 12:29:43 +01:00
parent b1aadc36ba
commit 3f6f7d6add

View File

@ -94,7 +94,6 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "odd-unstable";
# 1.90 is alpha for API 2.
freeze = "1.90.0";
};