mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-01 18:05:17 +00:00
gnu: template-glib: Update to 3.36.3.
* gnu/packages/glib.scm (template-glib): Update to 3.36.3. Change-Id: Iff2d17738aaf6c89253c2a9db3c4a777f2a536d9
This commit is contained in:
parent
93549526d3
commit
50bd7b9b21
1 changed files with 2 additions and 2 deletions
|
@ -1426,7 +1426,7 @@ other API remains the same.")
|
|||
(define-public template-glib
|
||||
(package
|
||||
(name "template-glib")
|
||||
(version "3.36.2")
|
||||
(version "3.36.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -1434,7 +1434,7 @@ other API remains the same.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j4rc4jvxk5pzmx5831s90m9g4cfyp10hxd1ndiyg34806jg6800"))))
|
||||
"03pj3p78rsgnz4f1bmbzym4b03nvp8py298fwpd0f3pr5idv6a6m"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~'("-D" "gtk_doc=true")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue