[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
105/181: gnu: gupnp-dlna: Update to 0.12.0.
From: |
guix-commits |
Subject: |
105/181: gnu: gupnp-dlna: Update to 0.12.0. |
Date: |
Tue, 13 Sep 2022 02:26:01 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit e7ef681cd87773d480466ba0afd7f8fd0a9c37fb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 8 23:04:30 2022 -0400
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.
---
gnu/packages/gnome.scm | 6 +++---
1 file 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")
- 63/181: gnu: gnome-initial-setup: Update to 42.2., (continued)
- 63/181: gnu: gnome-initial-setup: Update to 42.2., guix-commits, 2022/09/13
- 71/181: gnu: gnome-contacts: Update to 42.0., guix-commits, 2022/09/13
- 81/181: gnu: tepl: Update to 6.1.2 and enable tests., guix-commits, 2022/09/13
- 82/181: gnu: gedit: Update to 42.2., guix-commits, 2022/09/13
- 78/181: gnu: gnome-terminal: Update to 3.44.1., guix-commits, 2022/09/13
- 89/181: gnu: libgda: Update to 6.0.0., guix-commits, 2022/09/13
- 87/181: gnu: gnome-latex: Update to 3.41.2., guix-commits, 2022/09/13
- 92/181: gnu: gnome-shell-extensions: Update to 42.3., guix-commits, 2022/09/13
- 99/181: gnu: cambalache: Update to 0.10.3., guix-commits, 2022/09/13
- 107/181: gnu: rygel: Update to 0.41.2., guix-commits, 2022/09/13
- 105/181: gnu: gupnp-dlna: Update to 0.12.0.,
guix-commits <=
- 102/181: gnu: gtg: Update to 0.6., guix-commits, 2022/09/13
- 112/181: gnu: vte: Update to 0.69.99., guix-commits, 2022/09/13
- 116/181: gnu: gom: Update to 0.4., guix-commits, 2022/09/13
- 118/181: gnu: gnome-klotski: Update to 3.38.2., guix-commits, 2022/09/13
- 121/181: gnu: rhythmbox: Update to 3.4.6., guix-commits, 2022/09/13
- 133/181: gnu: network-manager-vpnc: Update to 1.2.8., guix-commits, 2022/09/13
- 136/181: gnu: libxml++: Update to 5.0.2., guix-commits, 2022/09/13
- 144/181: gnu: python-pyatspi: Update to 2.45.90., guix-commits, 2022/09/13
- 143/181: gnu: libgnomekbd: Update to 3.28.1., guix-commits, 2022/09/13
- 44/181: gnu: gjs: Build with mozjs 78., guix-commits, 2022/09/13