gnu: pango-next: Rename from "pango "to "pango-next".

* gnu/packages/gtk.scm (pango-next)[name]: Rename from pango to pango-next.
This commit is contained in:
Maxim Cournoyer 2022-09-05 17:34:39 -04:00
parent 04154c650d
commit c20660827e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

@ -429,7 +429,7 @@ handling for GTK+-2.x.")
(define-public pango-next
(package
(inherit pango)
(name "pango")
(name "pango-next") ;to avoid profile conflicts
(version "1.50.4")
(source (origin
(method url-fetch)