summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-29 08:01:15 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-29 08:08:16 +0200
commit73014984bbc4067b9ed9e8c72e89921004217693 (patch)
tree93333d93179fb39ae10e329cea6834101f2dae12 /gnu/packages
parent38ebe227b706c21d8f45df1b6e8aaf02b4f2f80e (diff)
gnu: piper: Update to 0.5.
* gnu/packages/gnome.scm (piper): Update to 0.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d63579d4a..360a4c03a3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10153,7 +10153,7 @@ your operating-system definition:
(define-public piper
(package
(name "piper")
- (version "0.4")
+ (version "0.5")
(source
(origin
(method git-fetch)
@@ -10161,7 +10161,7 @@ your operating-system definition:
(url "https://github.com/libratbag/piper.git")
(commit version)))
(sha256
- (base32 "17h06j8lxpbfygq8fzycl7lml4vv7r05bsyhh3gga2hp0zms4mvg"))))
+ (base32 "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)