guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8e4909179cc85cdba933eddf2a792350e8f32a85
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Aug 26 22:49:24 2026 +0900

    gnu: json-glib-minimal: Add upstream-name property.
    
    * gnu/packages/gnome.scm (json-glib-minimal): Add upstream-name
    property, useful for 'guix refresh'.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d33f0d19d7..0795c07f91 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4864,7 +4864,8 @@ configuration storage systems.")
     (description "JSON-GLib is a library providing serialization and
 described by RFC 4627.  It implements a full JSON parser and generator using
 GLib and GObject, and integrates JSON with GLib data types.")
-    (license license:lgpl2.1+)))
+    (license license:lgpl2.1+)
+    (properties '((upstream-name . "json-glib")))))
 
 (define-public json-glib
   (package/inherit json-glib-minimal

Reply via email to