mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: libadwaita: Update to 1.4.0.
* gnu/packages/gnome.scm (libadwaita): Update to 1.4.0. Change-Id: I322caffb65a2b19f87e4c03a267a85c155d65124
This commit is contained in:
parent
4963d4c6bb
commit
3c2f4ae417
1 changed files with 3 additions and 3 deletions
|
@ -13375,7 +13375,7 @@ (define-public ocrfeeder
|
||||||
(define-public libadwaita
|
(define-public libadwaita
|
||||||
(package
|
(package
|
||||||
(name "libadwaita")
|
(name "libadwaita")
|
||||||
(version "1.3.4")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libadwaita/"
|
(uri (string-append "mirror://gnome/sources/libadwaita/"
|
||||||
|
@ -13383,7 +13383,7 @@ (define-public libadwaita
|
||||||
"libadwaita-" version ".tar.xz"))
|
"libadwaita-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gdimh85f5hb6jhnivjaai4m08nz4x9iif5rxdckn8b0lzrwl740"))))
|
"1hj7kxza6263x662v4ffndlz8dhfx19cz3y4iwhnhdflaj50j6p5"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -13403,7 +13403,7 @@ (define-public libadwaita
|
||||||
vala
|
vala
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list gtk)) ;libadwaita-1.pc 'Requires' it
|
(list appstream gtk)) ;libadwaita-1.pc 'Requires' it
|
||||||
(home-page "https://gnome.pages.gitlab.gnome.org/libadwaita/")
|
(home-page "https://gnome.pages.gitlab.gnome.org/libadwaita/")
|
||||||
(synopsis "Building blocks for GNOME applications")
|
(synopsis "Building blocks for GNOME applications")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue