summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobias.kortkamp@gmail.com>2022-08-26 16:37:14 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-09-11 16:48:12 +0200
commited0061aa5b315a1ebc3a7a791618e36f54e8f59f (patch)
tree3035583e9796fca9d2d14dbd397db9e6fd8d9998
parent0b876d0a714c14319533ae5b857fa515558f8ec0 (diff)
gnu: piper: Update to 0.7.
* gnu/packages/gnome.scm (piper): Update to 0.7. [native-inputs]: Add appstream. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 47c9396781..a0f38802bf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12165,7 +12165,7 @@ your operating-system definition:
(define-public piper
(package
(name "piper")
- (version "0.6")
+ (version "0.7")
(source
(origin
(method git-fetch)
@@ -12173,11 +12173,12 @@ your operating-system definition:
(url "https://github.com/libratbag/piper")
(commit version)))
(sha256
- (base32 "02x4d4n0078slj2pl0rvgayrrxvna6y6vj8fxfamvazsh5xyfzwk"))
+ (base32 "0jsvfy0ihdcgnqljfgs41lys1nlz18qvsa0a8ndx3pyr41f8w8wf"))
(file-name (git-file-name name version))))
(build-system meson-build-system)
(native-inputs
- (list gettext-minimal
+ (list appstream
+ gettext-minimal
`(,glib "bin")
gobject-introspection
pkg-config