guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64798] [PATCH 110/209] gnu: grantlee: Update to 5.3.1.


From: Andreas Enge
Subject: [bug#64798] [PATCH 110/209] gnu: grantlee: Update to 5.3.1.
Date: Wed, 26 Jul 2023 12:12:03 +0200

Am Mon, Jul 24, 2023 at 10:11:37PM +0800 schrieb Z572:
> kde is more difference program use several identical versions, e.g. KDE
> frameworks program version is 5.108.0, KDE Plasma program version is
> 5.27.6, other program version is 23.04.3

We could use two different variables for frameworks and plasma:
(define-public %kde-framework-version "5.108.0")
(define-public %kde-plasma-version "5.27.6")
and, if they are all different, version other programs one by one,
or if the majority has the same version add yet another variable.

> (And won't the guix refresh stop working if i add %kde-version?)

That should still be fine, it will not notice the difference if the
version is given through a string or a string "variable" (which is
in fact a constant).

If we go for this route, I would start from the beginning:
Introduce the variables at their current values in one commit, which
should have no impact on the resulting packages, then try to update them
and see what QA has to say about it.

iyzsong, what do you think?

Andreas






reply via email to

[Prev in Thread] Current Thread [Next in Thread]