mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gupnp-av: Update to 0.14.1.
* gnu/packages/gnome.scm (gupnp-av): Update to 0.14.1. [build-system]: Use meson-build-system.
This commit is contained in:
parent
7cf6b7e21a
commit
b7fa27ae6c
1 changed files with 3 additions and 3 deletions
|
@ -1472,7 +1472,7 @@ given profile, etc. DLNA is a subset of UPnP A/V.")
|
||||||
(define-public gupnp-av
|
(define-public gupnp-av
|
||||||
(package
|
(package
|
||||||
(name "gupnp-av")
|
(name "gupnp-av")
|
||||||
(version "0.12.11")
|
(version "0.14.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1480,8 +1480,8 @@ given profile, etc. DLNA is a subset of UPnP A/V.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p3grslwqm9bc8rmpn4l48d7v9s84nina4r9xbd932dbj8acz7b8"))))
|
"0kry7arwmvs8b4175wia3l0s02ap1shq68f29g2xjrhc9g6f175p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
`(,glib "bin")
|
`(,glib "bin")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue