gnu: pangomm: Update to 2.42.0.

* gnu/packages/gtk.scm (pangomm): Update to 2.42.0.
This commit is contained in:
Ricardo Wurmus 2018-12-05 17:15:11 +01:00 committed by Kei Kebreau
parent 3ec19e960c
commit 13b0a85dfa
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -1045,7 +1045,7 @@ library.")
(define-public pangomm
(package
(name "pangomm")
(version "2.40.1")
(version "2.42.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -1053,7 +1053,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
"1bz3gciff23bpw9bqc4v2l3lkq9w7394v3a4jxkvx0ap5lmfwqlp"))))
"0mmzxp3wniaafkxr30sb22mq9x44xckb5d60h1bl99lkzxks0vfa"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(propagated-inputs