mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: dezyne: Update to 2.15.3.
* gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.3.
This commit is contained in:
parent
36a0ec9e78
commit
f8273f8225
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue