guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/25: gnu: python-pycairo: Add 'upstream-name' property.


From: guix-commits
Subject: 20/25: gnu: python-pycairo: Add 'upstream-name' property.
Date: Sat, 16 Jul 2022 18:08:29 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 71289da7230c4410311879ca7f983e8a4649a320
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 14 02:28:04 2022 +0200

    gnu: python-pycairo: Add 'upstream-name' property.
    
    * gnu/packages/gtk.scm (python-pycairo)[properties]: New field.
---
 gnu/packages/gtk.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9d5983c2d9..43b713b962 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1889,6 +1889,8 @@ printing and other features typical of a source code 
editor.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]