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 56249ae105 gnu: dezyne: Update to 2.19.3.
56249ae105 is described below
commit 56249ae1054bdc4fa9d6d92d0f8ae5286ad08175
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Mon Feb 16 13:05:27 2026 +0100
gnu: dezyne: Update to 2.19.3.
* gnu/packages/dezyne.scm (dezyne): Update to 2.19.3.
Change-Id: I469fcada107d5fb5d5bbb4f3b9b8f1c8635b0d9b
---
gnu/packages/dezyne.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/dezyne.scm b/gnu/packages/dezyne.scm
index d88a8d6d27..f6a3badfc4 100644
--- a/gnu/packages/dezyne.scm
+++ b/gnu/packages/dezyne.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2022-2025 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2022-2026 Janneke Nieuwenhuizen <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -35,14 +35,14 @@
(define-public dezyne
(package
(name "dezyne")
- (version "2.19.2")
+ (version "2.19.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
- (base32 "142ng6aq7lcp0jk16yajf2bpm03db9q1wbxs5igwnvszy6aqq243"))))
+ (base32 "0jm5g6apdc6njvgxndkd6sa4bpqa8kbp292zfk4fapn552pbjjcv"))))
(inputs (list bash-minimal
boost
guile-3.0