aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-30 15:33:43 +0100
committerMarius Bakke <marius@gnu.org>2022-01-30 17:04:34 +0100
commitbb5f6d8cef399d31dd43936649748bb4f816de56 (patch)
tree28a991f72d651cb614c04f9cd0814f627e95dc6b
parent3e497b3a4c8146b4e67807f64bea3d986df9894a (diff)
downloadguix-bb5f6d8cef399d31dd43936649748bb4f816de56.tar
guix-bb5f6d8cef399d31dd43936649748bb4f816de56.tar.gz
gnu: waylandpp: Update to 0.2.9.
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.9.
-rw-r--r--gnu/packages/freedesktop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 818d9966dd..f89ec0742f 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1046,7 +1046,7 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.")
(define-public waylandpp
(package
(name "waylandpp")
- (version "0.2.8")
+ (version "0.2.9")
(home-page "https://github.com/NilsBrause/waylandpp")
(source (origin
(method git-fetch)
@@ -1054,7 +1054,7 @@ protocol either in Wayland core, or some other protocol in wayland-protocols.")
(file-name (git-file-name name version))
(sha256
(base32
- "1kxiqab48p0n97pwg8c2zx56wqq32m3rcq7qd2pjj33ipcanb3qq"))))
+ "0z4m30r609as3kpcgipivddr98y7h529r7ldn9ba4snhk341mfvk"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no tests