gnu: libnotify: Update to 0.8.3.

* gnu/packages/gnome.scm (libnotify): Update to 0.8.3.
[native-inputs]: Add gi-docgen.
[home-page]: Update.

Change-Id: Iba93cbb21d14a2e3c040daf62f42232bbb8ad808
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Vivien Kraus 2023-11-24 00:37:08 +01:00 committed by Liliana Marie Prikler
parent dbedf8dfdc
commit 37439e68ef
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -3048,7 +3048,7 @@ configuring CUPS.")
(define-public libnotify (define-public libnotify
(package (package
(name "libnotify") (name "libnotify")
(version "0.7.9") (version "0.8.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3057,7 +3057,7 @@ configuring CUPS.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0qa7cx6ra5hwqnxw95b9svgjg5q6ynm8y843iqjszxvds5z53h36")))) "1h7nn9pz797bfmpz3d0s46yjv4ydppnzwifzdx0d6shm8vwkx3zf"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list
@ -3081,10 +3081,11 @@ configuring CUPS.")
gobject-introspection gobject-introspection
;; For the documentation. ;; For the documentation.
gi-docgen
gtk-doc/stable gtk-doc/stable
libxslt libxslt
docbook-xsl)) docbook-xsl))
(home-page "https://developer-next.gnome.org/libnotify/") (home-page "https://gitlab.gnome.org/GNOME/libnotify/")
(synopsis "GNOME desktop notification library") (synopsis "GNOME desktop notification library")
(description (description
"Libnotify is a library that sends desktop notifications to a "Libnotify is a library that sends desktop notifications to a