gnu: pango: Replace with 1.42.4.
Fixes <https://bugs.gnu.org/32594>. * gnu/packages/gtk.scm (pango)[replacement]: New field. (pango-1.42.4): New public variable.
This commit is contained in:
parent
883832b480
commit
7693f678d1
1 changed files with 14 additions and 0 deletions
|
@ -218,6 +218,7 @@ affine transformation (scale, rotation, shear, etc.).")
|
||||||
(package
|
(package
|
||||||
(name "pango")
|
(name "pango")
|
||||||
(version "1.42.0")
|
(version "1.42.0")
|
||||||
|
(replacement pango-1.42.4)
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/pango/"
|
(uri (string-append "mirror://gnome/sources/pango/"
|
||||||
|
@ -253,6 +254,19 @@ used throughout the world.")
|
||||||
(license license:lgpl2.0+)
|
(license license:lgpl2.0+)
|
||||||
(home-page "https://developer.gnome.org/pango/")))
|
(home-page "https://developer.gnome.org/pango/")))
|
||||||
|
|
||||||
|
(define-public pango-1.42.4
|
||||||
|
(package
|
||||||
|
(inherit pango)
|
||||||
|
(version "1.42.4")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://gnome/sources/pango/"
|
||||||
|
(version-major+minor version) "/"
|
||||||
|
"pango-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"17bwb7dgbncrfsmchlib03k9n3xaalirb39g3yb43gg8cg6p8aqx"))))))
|
||||||
|
|
||||||
(define-public pangox-compat
|
(define-public pangox-compat
|
||||||
(package
|
(package
|
||||||
(name "pangox-compat")
|
(name "pangox-compat")
|
||||||
|
|
Reference in a new issue