On Tue, Jun 08, 2021 at 10:45:12AM +0200, Ludovic Court�s wrote: > +(define-public polkit/fixed > + (package > + (inherit polkit) > + (version "0.11A") ;0.116 + patch > + (source (origin > + (inherit (package-source polkit)) > + (patches (search-patches "polkit-CVE-2021-3560.patch")))))) Typically, we don't change the version when creating replacement packages that apply a patch. We only change the version when the replacement package actually updates to a new version. Thanks for taking care of this!