diff options
author | Attila Lendvai <attila@lendvai.name> | 2022-12-06 14:46:40 -0300 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-07 10:05:57 -0500 |
commit | 705dc94e36411af3b0b0dfd7877ea9108f8dc842 (patch) | |
tree | 5ac5cc19d926b930d0ef595dd41cc4ada5855d8b /gnu/packages | |
parent | 2e0488ca1c87c6689723e53cad4e769de3347e19 (diff) | |
download | guix-705dc94e36411af3b0b0dfd7877ea9108f8dc842.tar.gz guix-705dc94e36411af3b0b0dfd7877ea9108f8dc842.zip |
gnu: gpaste: Update to 42.2.
Fixes <https://issues.guix.gnu.org/58191>.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 48b126ce15..8be9c55000 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -873,7 +873,7 @@ notebooks and tiling window managers.") (define-public gpaste (package (name "gpaste") - (version "42.1") + (version "42.2") (source (origin (method git-fetch) (uri (git-reference @@ -882,12 +882,13 @@ notebooks and tiling window managers.") (file-name (git-file-name name version)) (sha256 (base32 - "1dlqa69zvzzdxyh21qfrx2nhpfy0fbihxpgkxqmramcgv3h5k4q3")) + "0qq2p19p3r3lz8yfynpnf36cipv54bzdbmq1x5zgwhyl4yl41g28")) (patches (search-patches "gpaste-fix-paths.patch")))) (build-system meson-build-system) (native-inputs - (list gettext-minimal + (list gcr + gettext-minimal gobject-introspection (list glib "bin") ; for glib-compile-resources pkg-config |