This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 384aaf9baf gnu: dezyne: Update to 2.20.0.
384aaf9baf is described below
commit 384aaf9bafdccfa3332dd9f0b913c1ed6a0b379c
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Wed Feb 25 06:22:06 2026 +0100
gnu: dezyne: Update to 2.20.0.
* gnu/packages/dezyne.scm (dezyne): Update to 2.20.0.
Change-Id: If754c53526235566867e5ccf78e29ae637579782
---
gnu/packages/dezyne.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dezyne.scm b/gnu/packages/dezyne.scm
index f6a3badfc4..354b61b4bb 100644
--- a/gnu/packages/dezyne.scm
+++ b/gnu/packages/dezyne.scm
@@ -35,14 +35,14 @@
(define-public dezyne
(package
(name "dezyne")
- (version "2.19.3")
+ (version "2.20.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
- (base32 "0jm5g6apdc6njvgxndkd6sa4bpqa8kbp292zfk4fapn552pbjjcv"))))
+ (base32 "1v5h08fjjhqvplq4dk0293ny55s8fbjk1qyiclvn0vkxngrhblnh"))))
(inputs (list bash-minimal
boost
guile-3.0