me
/
guix
Archived
1
0
Fork 0

gnu: pango@1.42: Do not inherit replacements from pango@1.44.

* gnu/packages/gtk.scm (pango-1.42): Do not use PACKAGE/INHERIT.
master
Marius Bakke 2020-03-06 11:11:58 +01:00
parent a6bf7a9745
commit b8e08aa2e4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -273,8 +273,8 @@ used throughout the world.")
(home-page "https://developer.gnome.org/pango/")))
(define-public pango-1.42
(package/inherit
pango
(package
(inherit pango)
(version "1.42.4")
(source (origin
(method url-fetch)