guix-commits
[Top][All Lists]
Advanced

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

18/25: gnu: python-pygobject: Add 'upstream-name' property.


From: guix-commits
Subject: 18/25: gnu: python-pygobject: 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 a862fe6cbb363667545dfe59b53a46aeea82f8b9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 14 02:11:54 2022 +0200

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

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index bf414d2685..d361b2b224 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -890,6 +890,8 @@ useful for C++.")
     (synopsis "Python bindings for GObject")
     (description
      "Python bindings for GLib, GObject, and GIO.")
+    (properties
+     '((upstream-name . "pygobject")))
     (license license:lgpl2.1+)))
 
 (define-public perl-glib



reply via email to

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