guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: dezyne: Update to 2.16.3.


From: guix-commits
Subject: branch master updated: gnu: dezyne: Update to 2.16.3.
Date: Fri, 13 Jan 2023 08:36:32 -0500

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 eb329c9461 gnu: dezyne: Update to 2.16.3.
eb329c9461 is described below

commit eb329c946181557f3dd63195d4938592ef9f4f98
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Fri Jan 13 13:54:50 2023 +0100

    gnu: dezyne: Update to 2.16.3.
    
    * gnu/packages/dezyne.scm (dezyne): Update to 2.16.3.
---
 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 bf10766297..3d23373112 100644
--- a/gnu/packages/dezyne.scm
+++ b/gnu/packages/dezyne.scm
@@ -31,14 +31,14 @@
 (define-public dezyne
   (package
     (name "dezyne")
-    (version "2.16.2")
+    (version "2.16.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dezyne.org/download/dezyne/";
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "0dnh8wji9npaxg3qjivc45dwxwrzz9fbs77000g8s2192sf4ms7k"))))
+        (base32 "1b14plmxha3qk15gbdyqvh1xjmwkx9czh2gazf709nxfvfsh1by0"))))
     (inputs (list bash-minimal
                   guile-3.0-latest
                   guile-json-4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]