diff --git a/gnu/packages/dezyne.scm b/gnu/packages/dezyne.scm index bf10766297..3d23373112 100644 --- a/gnu/packages/dezyne.scm +++ b/gnu/packages/dezyne.scm @@ -31,14 +31,14 @@ (define-module (gnu packages dezyne) (define-public dezyne (package (name "dezyne") - (version "2.16.2") + (version "2.16.3") (source (origin (method url-fetch) (uri (string-append "https://dezyne.org/download/dezyne/" name "-" version ".tar.gz")) (sha256 - (base32 "0dnh8wji9npaxg3qjivc45dwxwrzz9fbs77000g8s2192sf4ms7k")))) + (base32 "1b14plmxha3qk15gbdyqvh1xjmwkx9czh2gazf709nxfvfsh1by0")))) (inputs (list bash-minimal guile-3.0-latest guile-json-4