[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: dezyne: Update to 2.17.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: dezyne: Update to 2.17.7. |
Date: |
Mon, 30 Oct 2023 05:16:44 -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 db6b00795a gnu: dezyne: Update to 2.17.7.
db6b00795a is described below
commit db6b00795a21cce987c844bc440081d06f99ce5e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Oct 30 10:14:37 2023 +0100
gnu: dezyne: Update to 2.17.7.
* gnu/packages/dezyne.scm (dezyne): Update to 2.17.7.
Change-Id: I278e4e17f49b15600689cebda04298de6bbc8a65
---
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 db3523ac3e..5e84875a42 100644
--- a/gnu/packages/dezyne.scm
+++ b/gnu/packages/dezyne.scm
@@ -32,14 +32,14 @@
(define-public dezyne
(package
(name "dezyne")
- (version "2.17.6")
+ (version "2.17.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
- (base32 "0z019yyvf1ac1l95j29wlayi2gmwa9sjqg31a4r89za1bijmk19k"))))
+ (base32 "09w2rl2ghm8z6fv3iflxnikcj2q98119imvlgvkmkhch5cplx7ny"))))
(inputs (list bash-minimal
guile-3.0-latest
guile-json-4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: dezyne: Update to 2.17.7.,
guix-commits <=