diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-19 14:01:18 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:10 +0100 |
| commit | 397017a4d10b0deea2049ed69ae417d940957c00 (patch) | |
| tree | 0355bbad30ef70a6236ce026b0c5cec6c9ff4a5d | |
| parent | 207089f2e0178ec9e9401168c7bda832daab06af (diff) | |
gnu: template-glib: Update to 3.36.3.
* gnu/packages/glib.scm (template-glib): Update to 3.36.3.
Change-Id: Iff2d17738aaf6c89253c2a9db3c4a777f2a536d9
| -rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 3d2b274395d..8b0f70566ff 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -1478,7 +1478,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 "/" @@ -1486,7 +1486,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"))) |
