me
/
guix
Archived
1
0
Fork 0

gnu: dezyne: Update to 2.15.3.

* gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.3.
master
Jan (janneke) Nieuwenhuizen 2022-06-30 18:36:09 +02:00
parent 36a0ec9e78
commit f8273f8225
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 2 deletions

View File

@ -31,14 +31,14 @@
(define-public dezyne
(package
(name "dezyne")
(version "2.15.2")
(version "2.15.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
(base32 "0yy4cmpxhw4z82bc1mvxyic4fnmb9a1d3w8fijvk1y2kqx2fiq6f"))))
(base32 "04zz6gc6yph44665vpk916yxgz0sx7saz5giw7bcjr7qlik171r0"))))
(inputs (list bash-minimal
guile-3.0-latest
guile-json-4