guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: python-pygobject: Set upstream-name.


From: guix-commits
Subject: 08/15: gnu: python-pygobject: Set upstream-name.
Date: Thu, 13 Apr 2023 01:12:05 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 15d3e59dee8f6bb33a3c03046f96e65d91c58b7e
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue Mar 28 18:50:30 2023 +0200

    gnu: python-pygobject: Set upstream-name.
    
    * gnu/packages/glib.scm (python-pygobject)[properties]: Add upstream-name.
---
 gnu/packages/glib.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 08972bfe85..9be8b46c34 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -967,7 +967,8 @@ useful for C++.")
     (synopsis "Python bindings for GObject")
     (description
      "Python bindings for GLib, GObject, and GIO.")
-    (license license:lgpl2.1+)))
+    (license license:lgpl2.1+)
+    (properties '((upstream-name . "pygobject")))))
 
 (define-public perl-glib
   (package



reply via email to

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