gnu: dezyne: Update to 2.17.7.

* gnu/packages/dezyne.scm (dezyne): Update to 2.17.7.

Change-Id: I278e4e17f49b15600689cebda04298de6bbc8a65
This commit is contained in:
Janneke Nieuwenhuizen 2023-10-30 10:14:37 +01:00
parent 642769707c
commit db6b00795a
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -32,14 +32,14 @@ (define-module (gnu packages dezyne)
(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