me
/
guix
Archived
1
0
Fork 0

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>
master
Tobias Kortkamp 2022-08-26 16:37:14 +02:00 committed by Mathieu Othacehe
parent 0b876d0a71
commit ed0061aa5b
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 4 additions and 3 deletions

View File

@ -12165,7 +12165,7 @@ your operating-system definition:
(define-public piper (define-public piper
(package (package
(name "piper") (name "piper")
(version "0.6") (version "0.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -12173,11 +12173,12 @@ your operating-system definition:
(url "https://github.com/libratbag/piper") (url "https://github.com/libratbag/piper")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "02x4d4n0078slj2pl0rvgayrrxvna6y6vj8fxfamvazsh5xyfzwk")) (base32 "0jsvfy0ihdcgnqljfgs41lys1nlz18qvsa0a8ndx3pyr41f8w8wf"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list gettext-minimal (list appstream
gettext-minimal
`(,glib "bin") `(,glib "bin")
gobject-introspection gobject-introspection
pkg-config pkg-config