diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-08 23:04:30 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 02:04:42 -0400 |
commit | e7ef681cd87773d480466ba0afd7f8fd0a9c37fb (patch) | |
tree | 198bee5b9393d0b0f10fcc2d20b6b84b80089d29 /gnu | |
parent | b7fa27ae6c40ae09b0ee158600da8290917f874c (diff) | |
download | guix-e7ef681cd87773d480466ba0afd7f8fd0a9c37fb.tar.gz guix-e7ef681cd87773d480466ba0afd7f8fd0a9c37fb.zip |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ad3807c9b1..17f1bd67e6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1440,7 +1440,7 @@ for creating UPnP devices and control points, written in C using (define-public gupnp-dlna (package (name "gupnp-dlna") - (version "0.10.5") + (version "0.12.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1448,8 +1448,8 @@ for creating UPnP devices and control points, written in C using name "-" version ".tar.xz")) (sha256 (base32 - "0spzd2saax7w776p5laixdam6d7smyynr9qszhbmq7f14y13cghj")))) - (build-system gnu-build-system) + "1rj8j2nz835slqs09bfp6hmyyf6v5azwjzin7v9jhmmwhmpvjlrx")))) + (build-system meson-build-system) (native-inputs (list gettext-minimal `(,glib "bin") |