gnu: dezyne: Update to 2.16.1.

* gnu/packages/dezyne.scm (dezyne): Update to 2.16.1.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-09-13 15:08:41 +02:00
parent 4017a47766
commit 7a980bbaf4
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.16.0")
(version "2.16.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
(base32 "1x14jpv89dmrldar9g8pighbm68pvm4fvxz81mhjkimgf7kb4hbd"))))
(base32 "093kcgvmr1zyrfi02y0vzbfl4llrvlvjxjp9iczpdv34lasqp621"))))
(inputs (list bash-minimal
guile-3.0-latest
guile-json-4