mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: mutter: Update to 3.30.2.
* gnu/packages/gnome.scm (mutter): Update to 3.30.2.
This commit is contained in:
parent
25e9846d11
commit
e402eae6d4
1 changed files with 2 additions and 2 deletions
|
@ -4971,7 +4971,7 @@ (define-public zenity
|
||||||
(define-public mutter
|
(define-public mutter
|
||||||
(package
|
(package
|
||||||
(name "mutter")
|
(name "mutter")
|
||||||
(version "3.28.2")
|
(version "3.30.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -4979,7 +4979,7 @@ (define-public mutter
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ighs1zvlssgq16v1h3vg280za7y448snq65gc5m1zmqqawqkymg"))))
|
"0qr3w480p31nbiad49213rj9rk6p9fl82a68pzznpz36p30dq96z"))))
|
||||||
;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
|
;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
|
||||||
;; versions of cogl and clutter. As a result, many of the inputs,
|
;; versions of cogl and clutter. As a result, many of the inputs,
|
||||||
;; propagated-inputs, and configure flags used in cogl and clutter are
|
;; propagated-inputs, and configure flags used in cogl and clutter are
|
||||||
|
|
Loading…
Reference in a new issue