mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
dbedf8dfdc
commit
37439e68ef
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue