diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-21 17:04:02 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:53 -0400 |
commit | e930a9ae87a4ea4b379e299a5ad681f01a71e61d (patch) | |
tree | 040a1676bc9e3c68fc22fbd36c05032aa571ad19 /gnu/packages/gnome.scm | |
parent | b4c55ad914dcecd5f5a6c3416fdf5dc6df9e97a9 (diff) | |
download | guix-e930a9ae87a4ea4b379e299a5ad681f01a71e61d.tar.gz |
gnu: libpeas: Update to 1.26.0.
* gnu/packages/gnome.scm (libpeas): Update to 1.26.0. [home-page]: Update URL.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cf2c4a9f34..59922cdf8c 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 |