me
/
guix
Archived
1
0
Fork 0

gnu: mako: Update to 1.9.0.

* gnu/packages/wm.scm (mako): Update to 1.9.0.

Change-Id: I38f6ab0ea03457d0ae95f3de625921cf7b9da24c
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
master
Ashish SHUKLA 2024-07-23 12:16:53 +02:00 committed by Zheng Junjie
parent e9f02e7e4b
commit 47da5abba4
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 3 additions and 2 deletions

View File

@ -74,6 +74,7 @@
;;; Copyright © 2024 bigbug <bigbookofbug@proton.me> ;;; Copyright © 2024 bigbug <bigbookofbug@proton.me>
;;; Copyright © 2024 dan <i@dan.games> ;;; Copyright © 2024 dan <i@dan.games>
;;; Copyright © 2024 Wamm K. D. <jaft.r@outlook.com> ;;; Copyright © 2024 Wamm K. D. <jaft.r@outlook.com>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -2307,7 +2308,7 @@ core/thread.")
(define-public mako (define-public mako
(package (package
(name "mako") (name "mako")
(version "1.8.0") (version "1.9.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2316,7 +2317,7 @@ core/thread.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"05g1gp61qd9n9w4lq925i4wgryagvah6x489g17j7rnw59q4qhdi")))) "0wcyhnpah1g5qpixfwlpybsjcl22iv39jrxlbi84xv2gfyi2vmj2"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:phases (list #:phases