M gnu/packages/dezyne.scm => gnu/packages/dezyne.scm +6 -6
@@ 34,23 34,23 @@
(define-public dezyne
(package
(name "dezyne")
- (version "2.18.2")
+ (version "2.18.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
- (base32 "0cya5p7y546ldiycz5clv0r8xhxf8zp8iim50y20vhsfgxvh96is"))))
- (propagated-inputs (list boost
- guile-json-4
- guile-readline
- scmackerel))
+ (base32 "1c4bi3gpl2fi6pk8z9gmrspg2ad7flkgqjs18bnczswii47yg2s8"))))
(inputs (list bash-minimal
+ boost
guile-3.0
+ guile-json-4
+ guile-readline
(libc-utf8-locales-for-target)
mcrl2-minimal
pth
+ scmackerel
sed))
(native-inputs (list guile-3.0 pkg-config))
(build-system gnu-build-system)