GNU bug report logs - #71922
[PATCH] gnu: direvent: Update to 5.4.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 3 Jul 2024 15:59:01 UTC

Severity: normal

Tags: patch

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

To reply to this bug, email your comments to 71922 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#71922; Package guix-patches. (Wed, 03 Jul 2024 15:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 03 Jul 2024 15:59:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: direvent: Update to 5.4.
Date: Wed,  3 Jul 2024 08:58:06 -0700
* gnu/packages/admin.scm (direvent): update to 5.4.

Change-Id: I955abd8e3d75ff2fa7afa99c8d6b2eed2328b20a
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4dba607bd6..0703001c6a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2742,14 +2742,14 @@ (define-public lr
 (define-public direvent
   (package
     (name "direvent")
-    (version "5.3")
+    (version "5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/direvent/direvent-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "15y4jk5vlcd003bvf42c6z9zd4gz4pwqpwaapqmyk7x4gnksh1cl"))))
+                "1flmswj1by9afqal55hc70l2hshcawyn0j2if92y6rxb58cwdfqx"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases

base-commit: 0f51ddd8dba6b69115d07f4a77ba70abb6521293
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#71922; Package guix-patches. (Mon, 19 Aug 2024 05:13:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 71922 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: direvent: Update to 5.4.
Date: Sun, 18 Aug 2024 22:10:10 -0700
* gnu/packages/admin.scm (direvent): update to 5.4.

Change-Id: I955abd8e3d75ff2fa7afa99c8d6b2eed2328b20a
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index db01152e0a..73d1b68855 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2745,14 +2745,14 @@ (define-public lr
 (define-public direvent
   (package
     (name "direvent")
-    (version "5.3")
+    (version "5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/direvent/direvent-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "15y4jk5vlcd003bvf42c6z9zd4gz4pwqpwaapqmyk7x4gnksh1cl"))))
+                "1flmswj1by9afqal55hc70l2hshcawyn0j2if92y6rxb58cwdfqx"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases

base-commit: 58a839273d1e4fac2b3a0ec456aabdf82deaa124
-- 
2.34.1





Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Mon, 19 Aug 2024 06:15:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Mon, 19 Aug 2024 06:15:02 GMT) Full text and rfc822 format available.

Message #13 received at 71922-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Andy Tai <atai <at> atai.org>
Cc: 71922-done <at> debbugs.gnu.org
Subject: Re: [bug#71922] [PATCH v2] gnu: direvent: Update to 5.4.
Date: Mon, 19 Aug 2024 14:13:32 +0800
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/admin.scm (direvent): update to 5.4.
>
> Change-Id: I955abd8e3d75ff2fa7afa99c8d6b2eed2328b20a
> ---
>  gnu/packages/admin.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
> index db01152e0a..73d1b68855 100644
> --- a/gnu/packages/admin.scm
> +++ b/gnu/packages/admin.scm
> @@ -2745,14 +2745,14 @@ (define-public lr
>  (define-public direvent
>    (package
>      (name "direvent")
> -    (version "5.3")
> +    (version "5.4")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "mirror://gnu/direvent/direvent-"
>                                    version ".tar.gz"))
>                (sha256
>                 (base32
> -                "15y4jk5vlcd003bvf42c6z9zd4gz4pwqpwaapqmyk7x4gnksh1cl"))))
> +                "1flmswj1by9afqal55hc70l2hshcawyn0j2if92y6rxb58cwdfqx"))))
>      (build-system gnu-build-system)
>      (arguments
>       (list #:phases
>
> base-commit: 58a839273d1e4fac2b3a0ec456aabdf82deaa124

push, close.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 19 days ago.

Previous Next


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