goocanvasmm2.updateScript: change version policy

This package is dead and stuck on unstable version so odd-unstable policy tried to downgrade it, even though it was intentionally pinned on unstable because no stable version is available.

+1 -1
+1 -1
pkgs/development/libraries/goocanvasmm/default.nix
··· 19 19 updateScript = gnome.updateScript { 20 20 packageName = pname; 21 21 attrPath = "goocanvasmm2"; 22 - versionPolicy = "odd-unstable"; 22 + versionPolicy = "none"; # stable version has not been released yet, last update 2015 23 23 }; 24 24 }; 25 25