diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2026-01-31 20:29:28 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:12 +0100 |
| commit | c198bcfb8fb14ca352bef46634ce73eadcf3b49e (patch) | |
| tree | 076f94ee83add6e7c9366dc6ec2772ed81739292 | |
| parent | 9e7c9c45a646e7523957a0dfad358955ce2523cc (diff) | |
gnu: gnome-remote-desktop: Update to 48.3.
* gnu/packages/gnome.scm (gnome-remote-desktop): Update to 48.3.
| -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 8bf2c8a762d..a1b4d0dc6c1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -14024,7 +14024,7 @@ historical battery usage and related statistics.") (define-public gnome-remote-desktop (package (name "gnome-remote-desktop") - (version "46.5") + (version "48.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -14032,7 +14032,7 @@ historical battery usage and related statistics.") name "-" version ".tar.xz")) (sha256 (base32 - "0h9656vk5f4vn9wajh3ixhqsxk3adi44z4b3iabcj8i1fy1905wi")))) + "1gpqnayanq88nxnw64kgkmgdhzg9h27vyx2ci1xc868cpg4m3m8p")))) (build-system meson-build-system) (arguments (list #:configure-flags |
