me
/
guix
Archived
1
0
Fork 0

gnu: gssdp: Update to 1.6.3.

* gnu/packages/gnome.scm (gssdp): Update to 1.6.3.
[#:configure-flags]: Add -Dgtk_doc=true.
[native-inputs]: Add pandoc.

Change-Id: Ib05c6bb40dd3967e9f2144bc065e598a40b59b85
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vivien Kraus 2023-11-23 19:14:00 +01:00 committed by Liliana Marie Prikler
parent 32a29b8280
commit 6019da9df3
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 5 additions and 2 deletions

View File

@ -1334,7 +1334,7 @@ It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive.")
(define-public gssdp
(package
(name "gssdp")
(version "1.5.2")
(version "1.6.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -1342,13 +1342,16 @@ It has miners for Facebook, Flickr, Google, ownCloud and SkyDrive.")
name "-" version ".tar.xz"))
(sha256
(base32
"07hn2xma2yh17v7rlvcaibkn16bx4l9qig3mlb8hdp6qfiraqh7b"))))
"0iil7wgix0nzhf3i2w6g1wjqly49r9rsffca97ai9kr2vfpvbv9g"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~'("-Dgtk_doc=true")))
(native-inputs
(list gettext-minimal
`(,glib "bin")
gi-docgen
gobject-introspection
pandoc
pkg-config
vala))
(inputs