mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: gupnp-dlna: Update to 0.12.0.
* gnu/packages/gnome.scm (gupnp-dlna): Update to 0.12.0. [build-system]: Use meson-build-system.
This commit is contained in:
parent
b7fa27ae6c
commit
e7ef681cd8
1 changed files with 3 additions and 3 deletions
|
@ -1440,7 +1440,7 @@ (define-public gupnp-1.4
|
||||||
(define-public gupnp-dlna
|
(define-public gupnp-dlna
|
||||||
(package
|
(package
|
||||||
(name "gupnp-dlna")
|
(name "gupnp-dlna")
|
||||||
(version "0.10.5")
|
(version "0.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1448,8 +1448,8 @@ (define-public gupnp-dlna
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0spzd2saax7w776p5laixdam6d7smyynr9qszhbmq7f14y13cghj"))))
|
"1rj8j2nz835slqs09bfp6hmyyf6v5azwjzin7v9jhmmwhmpvjlrx"))))
|
||||||
(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…
Reference in a new issue