mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rygel: Update to 0.44.2.
* gnu/packages/gnome.scm (rygel): Update to 0.44.2. Change-Id: Idcb8240e6bc598c0e22ed2d76e4375c8c7597232
This commit is contained in:
parent
0ca9575b3e
commit
ea3d84976b
1 changed files with 2 additions and 2 deletions
|
@ -1684,7 +1684,7 @@ to preview files on the GNOME desktop.")
|
||||||
(define-public rygel
|
(define-public rygel
|
||||||
(package
|
(package
|
||||||
(name "rygel")
|
(name "rygel")
|
||||||
(version "0.42.6")
|
(version "0.44.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 "/"
|
||||||
|
@ -1692,7 +1692,7 @@ to preview files on the GNOME desktop.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"011k9vph4vz8md9cg03g5r3qjwf18yz5dfma4rg3g20hnq25glj7"))))
|
"186mfdhamhghgy0l8a8dyiy1rfhlkbwvh01bz0mxqq6z9i4ywvkr"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Disable the tracker plugin.
|
;; Disable the tracker plugin.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue