diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 08:01:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 08:08:16 +0200 |
commit | 73014984bbc4067b9ed9e8c72e89921004217693 (patch) | |
tree | 93333d93179fb39ae10e329cea6834101f2dae12 /gnu/packages/gnome.scm | |
parent | 38ebe227b706c21d8f45df1b6e8aaf02b4f2f80e (diff) | |
download | guix-73014984bbc4067b9ed9e8c72e89921004217693.tar.gz |
gnu: piper: Update to 0.5.
* gnu/packages/gnome.scm (piper): Update to 0.5.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
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) |