This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5010a51fc9 gnu: dezyne: Update to 2.18.2.
5010a51fc9 is described below

commit 5010a51fc91aeac5a3b87a3eea04f18f3fe8a3a3
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Wed May 1 10:31:05 2024 +0200

    gnu: dezyne: Update to 2.18.2.
    
    * gnu/packages/dezyne.scm (dezyne)[version,source]: Update to 2.18.2.
    
    Change-Id: I604b4dc405c28a7ee711ae9f00106ab1b0685f9f
---
 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 7ea2c155aa..ecf4431bcc 100644
--- a/gnu/packages/dezyne.scm
+++ b/gnu/packages/dezyne.scm
@@ -34,14 +34,14 @@
 (define-public dezyne
   (package
     (name "dezyne")
-    (version "2.18.1")
+    (version "2.18.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dezyne.org/download/dezyne/";
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "0i8a8bzsh58mpgrgb0sg0qfszmf144grdmr741qwxwww5b2nsmbj"))))
+        (base32 "0cya5p7y546ldiycz5clv0r8xhxf8zp8iim50y20vhsfgxvh96is"))))
     (propagated-inputs (list boost
                              guile-json-4
                              guile-readline

Reply via email to