gnu: gpaste: Update to 42.2.

Fixes <https://issues.guix.gnu.org/58191>.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Attila Lendvai 2022-12-06 14:46:40 -03:00 committed by Maxim Cournoyer
parent 2e0488ca1c
commit 705dc94e36
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -873,7 +873,7 @@ (define-public gnome-shell-extension-paperwm
(define-public gpaste
(package
(name "gpaste")
(version "42.1")
(version "42.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -882,12 +882,13 @@ (define-public gpaste
(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