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.17.5.


From: guix-commits
Subject: branch master updated: gnu: dezyne: Update to 2.17.5.
Date: Fri, 11 Aug 2023 11:25:58 -0400

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 77251c5f5a gnu: dezyne: Update to 2.17.5.
77251c5f5a is described below

commit 77251c5f5af193dcd031dffef744001cfc48f7e5
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Aug 1 14:06:58 2023 +0200

    gnu: dezyne: Update to 2.17.5.
    
    * gnu/packages/dezyne.scm (dezyne): Update to 2.17.5.
---
 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 ef2130a940..23b51274a5 100644
--- a/gnu/packages/dezyne.scm
+++ b/gnu/packages/dezyne.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2022, 2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2022, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,14 +32,14 @@
 (define-public dezyne
   (package
     (name "dezyne")
-    (version "2.17.3")
+    (version "2.17.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://dezyne.org/download/dezyne/";
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "0x2aqfvbxhiwxj6vm17g7dkxwj8skcs9pg3a3l1x9pxy7v22wxd7"))))
+        (base32 "15jhi17f0aqnlznvpf6lkz2y837xkzf8chi9rhhb55920vqf6cgg"))))
     (inputs (list bash-minimal
                   guile-3.0-latest
                   guile-json-4



reply via email to

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