[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/19: gnu: piper: Update to 0.6.
From: |
guix-commits |
Subject: |
09/19: gnu: piper: Update to 0.6. |
Date: |
Tue, 23 Nov 2021 04:26:35 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 69be242750ccef86c866fb9ac60a1a41ac4cd59b
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Sat Oct 30 23:41:28 2021 +1100
gnu: piper: Update to 0.6.
* gnu/packages/gnome.scm (piper): Update to 0.6.
[inputs]: Add libratbag.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f1bef5e..387d088 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11772,7 +11772,7 @@ your operating-system definition:
(define-public piper
(package
(name "piper")
- (version "0.5.1")
+ (version "0.6")
(source
(origin
(method git-fetch)
@@ -11780,7 +11780,7 @@ your operating-system definition:
(url "https://github.com/libratbag/piper")
(commit version)))
(sha256
- (base32 "1nfjnsiwg2rs6gkjsxzhr2708i6di149dgwq3cf6l12rxqpb8arj"))
+ (base32 "02x4d4n0078slj2pl0rvgayrrxvna6y6vj8fxfamvazsh5xyfzwk"))
(file-name (git-file-name name version))))
(build-system meson-build-system)
(native-inputs
@@ -11793,6 +11793,7 @@ your operating-system definition:
`(("adwaita-icon-theme" ,adwaita-icon-theme)
("gtk" ,gtk+)
("gtk:bin" ,gtk+ "bin")
+ ("libratbag" ,libratbag)
("librsvg" ,librsvg)
("python-evdev" ,python-evdev)
("python-lxml" ,python-lxml)
- branch master updated (4788639 -> daf7b5e), guix-commits, 2021/11/23
- 03/19: gnu: Add stcgal., guix-commits, 2021/11/23
- 05/19: gnu: Add python-dbus-next., guix-commits, 2021/11/23
- 01/19: maint: "make dist" builds tarballs in 'ustar' format., guix-commits, 2021/11/23
- 02/19: gnu: Add python-tinydb., guix-commits, 2021/11/23
- 04/19: gnu: python-xcffib: Upgrade to 0.11.1., guix-commits, 2021/11/23
- 14/19: system: Warn about swap-devices format change, guix-commits, 2021/11/23
- 18/19: guix graph: Show '-M' in '--help' output., guix-commits, 2021/11/23
- 09/19: gnu: piper: Update to 0.6.,
guix-commits <=
- 15/19: system: Add swap flags., guix-commits, 2021/11/23
- 12/19: doc: Fix the example of "Using virt-viewer with Spice"., guix-commits, 2021/11/23
- 11/19: docker: Enable arm64 docker image building for 'guix pack'., guix-commits, 2021/11/23
- 16/19: system: Filter out boot dependencies from swap-space., guix-commits, 2021/11/23
- 13/19: system: Rework swap space support, add dependencies., guix-commits, 2021/11/23
- 19/19: Update NEWS., guix-commits, 2021/11/23
- 06/19: gnu: Add python-iwlib., guix-commits, 2021/11/23
- 07/19: gnu: Add qtile., guix-commits, 2021/11/23
- 10/19: gnu: pipe-viewer: Update to 0.1.7., guix-commits, 2021/11/23
- 08/19: gnu: libratbag: Update to 0.16., guix-commits, 2021/11/23