diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-19 14:01:21 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:10 +0100 |
| commit | 2858d1063287e7926ca51ae2be95bce5915f7fb5 (patch) | |
| tree | a4a22a55d1d27b61264ef44c7238af2e8987cdb5 | |
| parent | 9b3f1e9244df14ecc9cb7632aab1e18565bcaa8d (diff) | |
gnu: gnome-session: Update to 48.0.
* gnu/packages/gnome.scm (gnome-session): Update to 48.0.
Change-Id: I8c0a8090735aa22d2f655de7a1c60efb3b009cf5
| -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 19a9f7f1094..82aeeb4e4b2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7641,7 +7641,7 @@ such as gzip tarballs.") (define-public gnome-session (package (name "gnome-session") - (version "46.0") + (version "48.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -7650,7 +7650,7 @@ such as gzip tarballs.") (patches (search-patches "gnome-session-support-elogind.patch")) (sha256 (base32 - "0m4sgfzpkrhpy9bpmjiig3h8sypsmdl25zlil7hw82q9yr565qf6")))) + "05y48xij8ihq1aifcqayrhy99dfig1ys9wadzjrbvk92bfy9z46x")))) (arguments (list #:glib-or-gtk? #t |
