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>master
parent
0a97b172e5
commit
80260be438
|
@ -10267,7 +10267,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
|
||||||
(define-public libdazzle
|
(define-public libdazzle
|
||||||
(package
|
(package
|
||||||
(name "libdazzle")
|
(name "libdazzle")
|
||||||
(version "3.34.1")
|
(version "3.37.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libdazzle/"
|
(uri (string-append "mirror://gnome/sources/libdazzle/"
|
||||||
|
@ -10275,7 +10275,7 @@ hexadecimal or ASCII. It is useful for editing binary files in general.")
|
||||||
"libdazzle-" version ".tar.xz"))
|
"libdazzle-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01cmcrd75b7ns7j2b4p6h7pv68vjhkcl9zbvzzx7pf4vknxir61x"))))
|
"03r5cr11dc031qa3694bpgm3lajrhiiln67kvl7vjj4q0scf7w7x"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue