aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-24 07:17:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-24 07:20:53 +0200
commitb60ffcee067334b816dc7e83ff9e01f8ec2a368a (patch)
treea3ead84494e4e6cabb14edd85a3e250b3e671f0d
parent1c6884eeb3dbc20cc61e3e5d55acd0b66f9af374 (diff)
downloadguix-b60ffcee067334b816dc7e83ff9e01f8ec2a368a.tar
guix-b60ffcee067334b816dc7e83ff9e01f8ec2a368a.tar.gz
gnu: mako: Update to 1.4.
* gnu/packages/wm.scm (mako): Update to 1.4.
-rw-r--r--gnu/packages/wm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e19c6c1438..72be0bdbe1 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1436,7 +1436,7 @@ Wlroots based compositors.")
(define-public mako
(package
(name "mako")
- (version "1.3")
+ (version "1.4")
(source
(origin
(method git-fetch)
@@ -1445,7 +1445,7 @@ Wlroots based compositors.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "17azdc37xsbmx13fkfp23vg9lznrv9fh6nhagn64wdq3nhsxm3b6"))))
+ (base32 "11ymiq6cr2ma0iva1mqybn3j6k73bsc6lv6pcbdq7hkhd4f9b7j9"))))
(build-system meson-build-system)
(inputs `(("cairo" ,cairo)
("elogind" ,elogind)