gnu: piper: Update to 0.5.

* gnu/packages/gnome.scm (piper): Update to 0.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-29 08:01:15 +02:00
parent 38ebe227b7
commit 73014984bb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -10153,7 +10153,7 @@ (define-public libratbag
(define-public piper
(package
(name "piper")
(version "0.4")
(version "0.5")
(source
(origin
(method git-fetch)
@ -10161,7 +10161,7 @@ (define-public piper
(url "https://github.com/libratbag/piper.git")
(commit version)))
(sha256
(base32 "17h06j8lxpbfygq8fzycl7lml4vv7r05bsyhh3gga2hp0zms4mvg"))))
(base32 "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)