mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rygel: Update to 0.40.4.
* gnu/packages/gnome.scm (rygel): Update to 0.40.4.
This commit is contained in:
parent
7d92ad4dfc
commit
e9a32184fd
1 changed files with 2 additions and 2 deletions
|
@ -1642,7 +1642,7 @@ (define-public sushi
|
||||||
(define-public rygel
|
(define-public rygel
|
||||||
(package
|
(package
|
||||||
(name "rygel")
|
(name "rygel")
|
||||||
(version "0.40.1")
|
(version "0.40.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1650,7 +1650,7 @@ (define-public rygel
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bd3d2swa8lq47b9r04x8xwdr9nhjnrwqi6scygd134wb5vxfh22"))))
|
"12rl1bgvwbdmnhva57b22q7d2pwqvi2rizygiyy6qpv1x3dqlvbk"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Disable the tracker plugin.
|
;; Disable the tracker plugin.
|
||||||
|
|
Loading…
Reference in a new issue