gnu: pangomm: Update to 2.42.0.
* gnu/packages/gtk.scm (pangomm): Update to 2.42.0.
This commit is contained in:
parent
3ec19e960c
commit
13b0a85dfa
1 changed files with 2 additions and 2 deletions
|
@ -1045,7 +1045,7 @@ library.")
|
||||||
(define-public pangomm
|
(define-public pangomm
|
||||||
(package
|
(package
|
||||||
(name "pangomm")
|
(name "pangomm")
|
||||||
(version "2.40.1")
|
(version "2.42.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1053,7 +1053,7 @@ library.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bz3gciff23bpw9bqc4v2l3lkq9w7394v3a4jxkvx0ap5lmfwqlp"))))
|
"0mmzxp3wniaafkxr30sb22mq9x44xckb5d60h1bl99lkzxks0vfa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue