diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-09 22:38:07 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:46 +0100 |
commit | 116e1431c197c2a17aa1335b269bee02a4c8291b (patch) | |
tree | c91f10fbc1b014e43e32e654e3e2958b9583124c | |
parent | 1bc571b35ddb72a380ca0f36b8def1a7f2f94a55 (diff) | |
download | guix-116e1431c197c2a17aa1335b269bee02a4c8291b.tar.gz guix-116e1431c197c2a17aa1335b269bee02a4c8291b.zip |
gnu: gnome-remote-desktop: Update to 46.5.
* gnu/packages/gnome.scm (gnome-remote-desktop): Update to 46.5.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 390fddb657..9289b314c1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -14251,7 +14251,7 @@ historical battery usage and related statistics.") (define-public gnome-remote-desktop (package (name "gnome-remote-desktop") - (version "46.3") + (version "46.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -14259,7 +14259,7 @@ historical battery usage and related statistics.") name "-" version ".tar.xz")) (sha256 (base32 - "156pfx61mfwjr413w0zawb0pshh2ypl2k29ajys9wqyl25pnbih8")))) + "0h9656vk5f4vn9wajh3ixhqsxk3adi44z4b3iabcj8i1fy1905wi")))) (build-system meson-build-system) (arguments (list #:configure-flags |