GNU bug report logs - #72253
[PATCH] gnu: mako: Update to 1.9.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Tue, 23 Jul 2024 10:18:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72253 in the body.
You can then email your comments to 72253 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72253; Package guix-patches. (Tue, 23 Jul 2024 10:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 23 Jul 2024 10:18:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: mako: Update to 1.9.0.
Date: Tue, 23 Jul 2024 12:16:53 +0200
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

Change-Id: I38f6ab0ea03457d0ae95f3de625921cf7b9da24c
---
 gnu/packages/wm.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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

base-commit: ad97f1bdb67015cffe92adba3b94c3b3df576008
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#72253; Package guix-patches. (Thu, 25 Jul 2024 05:16:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: "ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org>
Cc: 72253-done <at> debbugs.gnu.org, ashish.is <at> lostca.se
Subject: Re: [bug#72253] [PATCH] gnu: mako: Update to 1.9.0.
Date: Thu, 25 Jul 2024 13:15:05 +0800
[Message part 1 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/wm.scm (mako): Update to 1.9.0.
>
> Change-Id: I38f6ab0ea03457d0ae95f3de625921cf7b9da24c
> ---
>  gnu/packages/wm.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
> index eecaaa2cf7..11744f1196 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -74,6 +74,7 @@
>  ;;; Copyright © 2024 bigbug <bigbookofbug <at> proton.me>
>  ;;; Copyright © 2024 dan <i <at> dan.games>
>  ;;; Copyright © 2024 Wamm K. D. <jaft.r <at> outlook.com>
> +;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -2307,7 +2308,7 @@ (define-public wlr-randr
>  (define-public mako
>    (package
>      (name "mako")
> -    (version "1.8.0")
> +    (version "1.9.0")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -2316,7 +2317,7 @@ (define-public mako
>                (file-name (git-file-name name version))
>                (sha256
>                 (base32
> -                "05g1gp61qd9n9w4lq925i4wgryagvah6x489g17j7rnw59q4qhdi"))))
> +                "0wcyhnpah1g5qpixfwlpybsjcl22iv39jrxlbi84xv2gfyi2vmj2"))))
>      (build-system meson-build-system)
>      (arguments
>       (list #:phases
>
> base-commit: ad97f1bdb67015cffe92adba3b94c3b3df576008

push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=47da5abba4730625478524c858ef96350d156884
[signature.asc (application/pgp-signature, inline)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Thu, 25 Jul 2024 05:16:04 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Thu, 25 Jul 2024 05:16:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 22 Aug 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.