gnu: libdazzle: Update to 3.34.1.
* gnu/packages/gnome.scm (libdazzle): Update to 3.34.1. (cherry picked from commit 781da7d80b6b3a8e48b922acb754a5ba47f1d98b)
This commit is contained in:
parent
8468117e45
commit
c94db354c3
1 changed files with 2 additions and 2 deletions
|
|
@ -9241,7 +9241,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.33.90")
|
(version "3.34.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/"
|
||||||
|
|
@ -9249,7 +9249,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
|
||||||
"189m7q88d1a7bq0yyal9f3yhm9kz46lb61379nn4wsnnhpa1d0qs"))))
|
"01cmcrd75b7ns7j2b4p6h7pv68vjhkcl9zbvzzx7pf4vknxir61x"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
|
||||||
Reference in a new issue