1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: dezyne: Update to 2.16.2.

* gnu/packages/dezyne.scm (dezyne): Update to 2.16.2.
This commit is contained in:
Jan (janneke) Nieuwenhuizen
2022-10-17 14:54:59 +02:00
parent b13362107d
commit fd4cbcbed7

View File

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