mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: dezyne: Update to 2.17.7.
* gnu/packages/dezyne.scm (dezyne): Update to 2.17.7. Change-Id: I278e4e17f49b15600689cebda04298de6bbc8a65
This commit is contained in:
parent
642769707c
commit
db6b00795a
1 changed files with 2 additions and 2 deletions
|
@ -32,14 +32,14 @@ (define-module (gnu packages dezyne)
|
|||
(define-public dezyne
|
||||
(package
|
||||
(name "dezyne")
|
||||
(version "2.17.6")
|
||||
(version "2.17.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dezyne.org/download/dezyne/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0z019yyvf1ac1l95j29wlayi2gmwa9sjqg31a4r89za1bijmk19k"))))
|
||||
(base32 "09w2rl2ghm8z6fv3iflxnikcj2q98119imvlgvkmkhch5cplx7ny"))))
|
||||
(inputs (list bash-minimal
|
||||
guile-3.0-latest
|
||||
guile-json-4
|
||||
|
|
Loading…
Reference in a new issue