1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-12 08:00:39 +02:00
Files
guix/guix
Maxim Cournoyer a369932d04 upstream: Do not update to same version.
Previously, 'guix refresh --update' would do actually rewrite the file with
the same version/hash information when the target version was the same as the
current version:

  guix refresh --update idutils=4.6
  idutils.scm: warning: downgrading 'idutils' from 4.6 to 4.6
  [...]
  idutils.scm: idutils: updating from version 4.6 to version 4.6...

This changes handles this case so that it does and prints nothing.

* guix/upstream.scm (package-update): Use `version-compare' to distinguish the
equal versions case.

Change-Id: I079e030d573f5968725ef13b3f626e2f8d02cb2f
Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-04-27 13:01:48 +01:00
..
2025-04-20 18:50:51 +02:00
2025-01-25 01:05:22 +08:00
2025-04-14 17:31:49 +02:00
2025-04-25 20:25:27 +02:00
2024-09-30 13:38:33 +03:00
2025-02-22 23:55:24 +09:00
2024-04-15 22:36:42 +02:00
2025-02-20 11:54:55 -08:00
2024-11-20 18:01:35 +08:00
2025-04-01 14:51:20 +02:00
2024-04-15 22:36:42 +02:00
2024-04-15 22:36:42 +02:00
2025-03-08 17:40:58 +01:00