mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
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 @@ (define-public ghex
|
|||
(define-public libdazzle
|
||||
(package
|
||||
(name "libdazzle")
|
||||
(version "3.33.90")
|
||||
(version "3.34.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/libdazzle/"
|
||||
|
@ -9249,7 +9249,7 @@ (define-public libdazzle
|
|||
"libdazzle-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"189m7q88d1a7bq0yyal9f3yhm9kz46lb61379nn4wsnnhpa1d0qs"))))
|
||||
"01cmcrd75b7ns7j2b4p6h7pv68vjhkcl9zbvzzx7pf4vknxir61x"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue