diff options
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 694fa5b2b0..5bd2b662da 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1812,7 +1812,7 @@ library.") (define-public pangomm (package (name "pangomm") - (version "2.50.1") + (version "2.54.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1820,7 +1820,7 @@ library.") name "-" version ".tar.xz")) (sha256 (base32 - "054jglmnbig14fs99qqi5y174z9j90r6dprpyszw42742cs95jfc")))) + "1kvs9vbqikwlcfm7v8hhzc48xjpamfsq5skpabs1lyn4nz8iynsa")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments |