mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: rygel: Update to 0.41.2.
* gnu/packages/gnome.scm (rygel): Update to 0.41.2.
This commit is contained in:
parent
87f7f4f60d
commit
ce34ff8f3f
1 changed files with 2 additions and 2 deletions
|
@ -1689,7 +1689,7 @@ (define-public sushi
|
|||
(define-public rygel
|
||||
(package
|
||||
(name "rygel")
|
||||
(version "0.40.4")
|
||||
(version "0.41.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1697,7 +1697,7 @@ (define-public rygel
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12rl1bgvwbdmnhva57b22q7d2pwqvi2rizygiyy6qpv1x3dqlvbk"))))
|
||||
"0wivd60hn115ar3hsrsa595kpxzp8gwq30ksh32qlq8j9dhlq65i"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
;; Disable the tracker plugin.
|
||||
|
|
Loading…
Reference in a new issue