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 00fd689532 gnu: dezyne: Update to 2.17.8.
00fd689532 is described below
commit 00fd6895322d0b1fd774e79494cfcad721b50b8d
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Wed Nov 8 16:39:55 2023 +0100
gnu: dezyne: Update to 2.17.8.
* gnu/packages/dezyne.scm (dezyne): Update to 2.17.8.
Change-Id: I0982bb987986e59ac5e5d5d874147ec684a27101
---
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 5e84875a42..1115ee8488 100644
--- a/gnu/packages/dezyne.scm
+++ b/gnu/packages/dezyne.scm
@@ -32,14 +32,14 @@
(define-public dezyne
(package
(name "dezyne")
- (version "2.17.7")
+ (version "2.17.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
- (base32 "09w2rl2ghm8z6fv3iflxnikcj2q98119imvlgvkmkhch5cplx7ny"))))
+ (base32 "0m5cnymcyg7k1jhp4xjpvpay7ia72xdzyjnjg0spsr4p7fy7yql4"))))
(inputs (list bash-minimal
guile-3.0-latest
guile-json-4