mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libdazzle: Update to 3.37.1.
* gnu/packages/gnome.scm (libdazzle): Update to 3.37.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
0a97b172e5
commit
80260be438
1 changed files with 2 additions and 2 deletions
|
@ -10267,7 +10267,7 @@ (define-public ghex
|
|||
(define-public libdazzle
|
||||
(package
|
||||
(name "libdazzle")
|
||||
(version "3.34.1")
|
||||
(version "3.37.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/libdazzle/"
|
||||
|
@ -10275,7 +10275,7 @@ (define-public libdazzle
|
|||
"libdazzle-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01cmcrd75b7ns7j2b4p6h7pv68vjhkcl9zbvzzx7pf4vknxir61x"))))
|
||||
"03r5cr11dc031qa3694bpgm3lajrhiiln67kvl7vjj4q0scf7w7x"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue