guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: piper: Update to 0.5.


From: guix-commits
Subject: 02/05: gnu: piper: Update to 0.5.
Date: Fri, 29 May 2020 02:11:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 73014984bbc4067b9ed9e8c72e89921004217693
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 29 08:01:15 2020 +0200

    gnu: piper: Update to 0.5.
    
    * gnu/packages/gnome.scm (piper): Update to 0.5.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d63579..360a4c0 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]