me
/
guix
Archived
1
0
Fork 0

gnu: dezyne: Update to 2.17.5.

* gnu/packages/dezyne.scm (dezyne): Update to 2.17.5.
Janneke Nieuwenhuizen 2023-08-01 14:06:58 +02:00
parent f06e355456
commit 77251c5f5a
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2022, 2023 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2022, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -32,14 +32,14 @@
(define-public dezyne
(package
(name "dezyne")
(version "2.17.3")
(version "2.17.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://dezyne.org/download/dezyne/"
name "-" version ".tar.gz"))
(sha256
(base32 "0x2aqfvbxhiwxj6vm17g7dkxwj8skcs9pg3a3l1x9pxy7v22wxd7"))))
(base32 "15jhi17f0aqnlznvpf6lkz2y837xkzf8chi9rhhb55920vqf6cgg"))))
(inputs (list bash-minimal
guile-3.0-latest
guile-json-4