[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: waylandpp: Update to 0.2.8.
From: |
guix-commits |
Subject: |
04/06: gnu: waylandpp: Update to 0.2.8. |
Date: |
Tue, 15 Sep 2020 17:46:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c4593535ea61146390c6c7e662217061029ca67f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 15 22:49:34 2020 +0200
gnu: waylandpp: Update to 0.2.8.
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.8.
---
gnu/packages/freedesktop.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 481cb3c..dbfb88b 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -796,7 +796,7 @@ applications, X servers (rootless or fullscreen) or other
display servers.")
(define-public waylandpp
(package
(name "waylandpp")
- (version "0.2.7")
+ (version "0.2.8")
(home-page "https://github.com/NilsBrause/waylandpp")
(source (origin
(method git-fetch)
@@ -804,10 +804,10 @@ applications, X servers (rootless or fullscreen) or other
display servers.")
(file-name (git-file-name name version))
(sha256
(base32
- "1r4m0xhvwpcqxrqvp3hz1bzlkxqj2jiymd5r6hj8xjzz536hyprz"))))
+ "1kxiqab48p0n97pwg8c2zx56wqq32m3rcq7qd2pjj33ipcanb3qq"))))
(build-system cmake-build-system)
(arguments
- `(#:tests? #f)) ;no tests
+ `(#:tests? #f)) ; no tests
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
- branch master updated (49478f9 -> 6a63834), guix-commits, 2020/09/15
- 01/06: gnu: python-pbkdf2: Fix typo in description., guix-commits, 2020/09/15
- 06/06: gnu: tor: Update to 0.4.4.5., guix-commits, 2020/09/15
- 04/06: gnu: waylandpp: Update to 0.2.8.,
guix-commits <=
- 02/06: gnu: dico: Update to 2.10., guix-commits, 2020/09/15
- 03/06: gnu: homebank: Update to 5.4.3., guix-commits, 2020/09/15
- 05/06: gnu: surgescript: Update to 0.5.4.4., guix-commits, 2020/09/15