* [bug#57552] [PATCH] gnu: opendht: Update to 2.4.10.
@ 2022-09-02 21:56 Olivier Dion via Guix-patches via
2022-09-04 14:21 ` Maxim Cournoyer
0 siblings, 1 reply; 2+ messages in thread
From: Olivier Dion via Guix-patches via @ 2022-09-02 21:56 UTC (permalink / raw)
To: 57552; +Cc: Olivier Dion
* gnu/packages/networking.scm (opendht): Update to 2.4.10.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1d2e73aac2..21f8fc8d1d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3621,7 +3621,7 @@ (define-public restinio
(define-public opendht
(package
(name "opendht")
- (version "2.4.9")
+ (version "2.4.10")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3630,7 +3630,7 @@ (define-public opendht
(file-name (git-file-name name version))
(sha256
(base32
- "150yxlhn8ykhck7gr1i2bppbqpfyhk0cscn5z7vyn94y5fnqkxsb"))))
+ "1kcc9vmi4swvahq2gikflgba9xfmix80dr9wa3v6xcj1ba2fjd6s"))))
(outputs '("out" "tools" "debug"))
(build-system gnu-build-system)
(arguments
--
2.37.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#57552] [PATCH] gnu: opendht: Update to 2.4.10.
2022-09-02 21:56 [bug#57552] [PATCH] gnu: opendht: Update to 2.4.10 Olivier Dion via Guix-patches via
@ 2022-09-04 14:21 ` Maxim Cournoyer
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2022-09-04 14:21 UTC (permalink / raw)
To: 57552; +Cc: Olivier Dion, 57552-done
Hello,
Olivier Dion via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/networking.scm (opendht): Update to 2.4.10.
> ---
> gnu/packages/networking.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index 1d2e73aac2..21f8fc8d1d 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -3621,7 +3621,7 @@ (define-public restinio
> (define-public opendht
> (package
> (name "opendht")
> - (version "2.4.9")
> + (version "2.4.10")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -3630,7 +3630,7 @@ (define-public opendht
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "150yxlhn8ykhck7gr1i2bppbqpfyhk0cscn5z7vyn94y5fnqkxsb"))))
> + "1kcc9vmi4swvahq2gikflgba9xfmix80dr9wa3v6xcj1ba2fjd6s"))))
> (outputs '("out" "tools" "debug"))
> (build-system gnu-build-system)
> (arguments
Applied, thank you!
Maxim
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-04 14:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-02 21:56 [bug#57552] [PATCH] gnu: opendht: Update to 2.4.10 Olivier Dion via Guix-patches via
2022-09-04 14:21 ` Maxim Cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.