mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2e0488ca1c
commit
705dc94e36
1 changed files with 4 additions and 3 deletions
|
@ -873,7 +873,7 @@ notebooks and tiling window managers.")
|
||||||
(define-public gpaste
|
(define-public gpaste
|
||||||
(package
|
(package
|
||||||
(name "gpaste")
|
(name "gpaste")
|
||||||
(version "42.1")
|
(version "42.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -882,12 +882,13 @@ notebooks and tiling window managers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dlqa69zvzzdxyh21qfrx2nhpfy0fbihxpgkxqmramcgv3h5k4q3"))
|
"0qq2p19p3r3lz8yfynpnf36cipv54bzdbmq1x5zgwhyl4yl41g28"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "gpaste-fix-paths.patch"))))
|
(search-patches "gpaste-fix-paths.patch"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gcr
|
||||||
|
gettext-minimal
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
(list glib "bin") ; for glib-compile-resources
|
(list glib "bin") ; for glib-compile-resources
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue