mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: dezyne: Update to 2.18.3.
* gnu/packages/dezyne.scm (dezyne): Update. [propagated]: Move into... [inputs]: ...this. Change-Id: I2da63e128e8f990a409b36ffaa38e56029740292
This commit is contained in:
parent
c4a2b99f7d
commit
9b5be575f4
1 changed files with 6 additions and 6 deletions
|
@ -34,23 +34,23 @@ (define-module (gnu packages dezyne)
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue