mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: mutter: Update to 3.28.2.
* gnu/packages/gnome.scm (mutter): Update to 3.28.2.
This commit is contained in:
parent
f8e2b57781
commit
5055d385ff
1 changed files with 2 additions and 2 deletions
|
@ -4884,7 +4884,7 @@ (define-public zenity
|
|||
(define-public mutter
|
||||
(package
|
||||
(name "mutter")
|
||||
(version "3.24.4")
|
||||
(version "3.28.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -4892,7 +4892,7 @@ (define-public mutter
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1slspy5krbqfvnma72lvdnxjf8ag2cvxssa8bvi7y3xxy7xv603k"))))
|
||||
"0ighs1zvlssgq16v1h3vg280za7y448snq65gc5m1zmqqawqkymg"))))
|
||||
;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
|
||||
;; versions of cogl and clutter. As a result, many of the inputs,
|
||||
;; propagated-inputs, and configure flags used in cogl and clutter are
|
||||
|
|
Loading…
Reference in a new issue