mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: python-pycairo: Add 'upstream-name' property.
* gnu/packages/gtk.scm (python-pycairo)[properties]: New field.
This commit is contained in:
parent
ed1fbf9996
commit
71289da723
1 changed files with 2 additions and 0 deletions
|
@ -1889,6 +1889,8 @@ (define-public python-pycairo
|
|||
(synopsis "Python bindings for cairo")
|
||||
(description
|
||||
"Pycairo is a set of Python bindings for the Cairo graphics library.")
|
||||
(properties
|
||||
'((upstream-name . "pycairo")))
|
||||
(license license:lgpl3+)))
|
||||
|
||||
;; Pycairo no longer supports Python 2 since version 1.19.0, so we stick
|
||||
|
|
Loading…
Reference in a new issue