mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gnome-session: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-session): Update to 3.20.0.
This commit is contained in:
parent
350c301ae5
commit
069c55fbd7
1 changed files with 2 additions and 2 deletions
|
@ -3818,7 +3818,7 @@ (define-public file-roller
|
|||
(define-public gnome-session
|
||||
(package
|
||||
(name "gnome-session")
|
||||
(version "3.18.1.2")
|
||||
(version "3.20.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -3826,7 +3826,7 @@ (define-public gnome-session
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0icajbzqf5llvp5s8nafwkhwz6a6jmwn4hhs81bk0bpzawyq4zdk"))))
|
||||
"0d0v60lmvr8wbrswfpc4f4jg2dhxj6nkgv7wnwdf2zifk8vp5zv6"))))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue