mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: gnome-session: Update to 48.0.
* gnu/packages/gnome.scm (gnome-session): Update to 48.0. Change-Id: I8c0a8090735aa22d2f655de7a1c60efb3b009cf5
This commit is contained in:
parent
2a216d2c5c
commit
32e51ce7dd
1 changed files with 2 additions and 2 deletions
|
|
@ -7646,7 +7646,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 "/"
|
||||
|
|
@ -7655,7 +7655,7 @@ such as gzip tarballs.")
|
|||
(patches (search-patches "gnome-session-support-elogind.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"0m4sgfzpkrhpy9bpmjiig3h8sypsmdl25zlil7hw82q9yr565qf6"))))
|
||||
"05y48xij8ihq1aifcqayrhy99dfig1ys9wadzjrbvk92bfy9z46x"))))
|
||||
(arguments
|
||||
(list
|
||||
#:glib-or-gtk? #t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue