unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71922] [PATCH] gnu: direvent: Update to 5.4.
@ 2024-07-03 15:58 Andy Tai
  2024-08-19  5:10 ` [bug#71922] [PATCH v2] " Andy Tai
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-07-03 15:58 UTC (permalink / raw)
  To: 71922; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#71922] [PATCH v2] gnu: direvent: Update to 5.4.
  2024-07-03 15:58 [bug#71922] [PATCH] gnu: direvent: Update to 5.4 Andy Tai
@ 2024-08-19  5:10 ` Andy Tai
  2024-08-19  6:13   ` bug#71922: " Zheng Junjie
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-08-19  5:10 UTC (permalink / raw)
  To: 71922; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#71922: [PATCH v2] gnu: direvent: Update to 5.4.
  2024-08-19  5:10 ` [bug#71922] [PATCH v2] " Andy Tai
@ 2024-08-19  6:13   ` Zheng Junjie
  0 siblings, 0 replies; 3+ messages in thread
From: Zheng Junjie @ 2024-08-19  6:13 UTC (permalink / raw)
  To: Andy Tai; +Cc: 71922-done

[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]

Andy Tai <atai@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-19  6:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 15:58 [bug#71922] [PATCH] gnu: direvent: Update to 5.4 Andy Tai
2024-08-19  5:10 ` [bug#71922] [PATCH v2] " Andy Tai
2024-08-19  6:13   ` bug#71922: " Zheng Junjie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).