gnu: dezyne: Update to 2.15.2.

* gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.2.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-06-20 16:00:28 +02:00
parent d485faf633
commit 258e69e104
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -31,14 +31,14 @@ (define-module (gnu packages dezyne)
(define-public dezyne
(package
(name "dezyne")
(version "2.15.1")
(version "2.15.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
(base32 "0yid2a9xvp4hc7fry07zp0q2hva89czri6i1m2d1n22srh7r0my6"))))
(base32 "0yy4cmpxhw4z82bc1mvxyic4fnmb9a1d3w8fijvk1y2kqx2fiq6f"))))
(inputs (list bash-minimal
guile-3.0-latest
guile-json-4