guix-commits
[Top][All Lists]
Advanced

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

80/107: gnu: libpeas: Update to 1.26.0.


From: guix-commits
Subject: 80/107: gnu: libpeas: Update to 1.26.0.
Date: Tue, 12 May 2020 10:53:30 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit e930a9ae87a4ea4b379e299a5ad681f01a71e61d
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 17:04:02 2020 -0400

    gnu: libpeas: Update to 1.26.0.
    
    * gnu/packages/gnome.scm (libpeas): Update to 1.26.0.
    [home-page]: Update URL.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cf2c4a9..59922cd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1993,7 +1993,7 @@ some form of information without getting in the user's 
way.")
 (define-public libpeas
   (package
     (name "libpeas")
-    (version "1.24.1")
+    (version "1.26.0")
     (source
      (origin
       (method url-fetch)
@@ -2002,7 +2002,7 @@ some form of information without getting in the user's 
way.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1162dr7smmfb02czmhshr0f93hqj7w0nw29bys5lzfvwarxcyflw"))))
+        "0xkk9zhkw8f2fm7g9nb4ry4xxig5n27s7rjmx6l7jr2941zdfxm9"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
@@ -2029,7 +2029,7 @@ some form of information without getting in the user's 
way.")
     (propagated-inputs
      ;; The .pc file "Requires" gobject-introspection.
      `(("gobject-introspection" ,gobject-introspection)))
-    (home-page "https://wiki.gnome.org/Libpeas";)
+    (home-page "https://wiki.gnome.org/Projects/Libpeas";)
     (synopsis "GObject plugin system")
     (description
      "Libpeas is a gobject-based plugin engine, targeted at giving every



reply via email to

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