mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mate-session-manager: Update to 1.28.0.
* gnu/packages/mate.scm (mate-session-manager): Update to 1.28.0. Change-Id: I095d797a1a9559390d47bb51d79c80f50ad85e1c Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
59d124f825
commit
742b705f76
1 changed files with 2 additions and 2 deletions
|
@ -334,14 +334,14 @@ configurations (profiles).")
|
|||
(define-public mate-session-manager
|
||||
(package
|
||||
(name "mate-session-manager")
|
||||
(version "1.26.1")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
"mate-session-manager-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0y22plz44pspjk02gasfyv6m6g29lxksp0iqhqy2k77x85j7v32v"))))
|
||||
(base32 "0yrd1acnhp7gl60418532jr77n9br0mky83p0wlnbnm1bdcy8b6k"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--with-elogind"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue