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 9acac72858 gnu: dezyne: Update to 2.19.2.
9acac72858 is described below
commit 9acac728584cfbc6b0f710461fa9fdf32f506731
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Mon Nov 10 13:39:23 2025 +0100
gnu: dezyne: Update to 2.19.2.
* gnu/packages/dezyne.scm (dezyne): Update to 2.19.2.
Change-Id: Ie72f67fc93834d207866908291a3a551a934c7e8
---
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 199c6e153b..d88a8d6d27 100644
--- a/gnu/packages/dezyne.scm
+++ b/gnu/packages/dezyne.scm
@@ -35,14 +35,14 @@
(define-public dezyne
(package
(name "dezyne")
- (version "2.19.1")
+ (version "2.19.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
- (base32 "17gpzmkafql2d3kj2yx293hgrh3l6zhjk63wcirqr7xsxjhava5n"))))
+ (base32 "142ng6aq7lcp0jk16yajf2bpm03db9q1wbxs5igwnvszy6aqq243"))))
(inputs (list bash-minimal
boost
guile-3.0