[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: calf: Update to 0.90.2.
From: |
guix-commits |
Subject: |
08/08: gnu: calf: Update to 0.90.2. |
Date: |
Tue, 16 Apr 2019 23:59:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9b15ef935071670da5f8d04fe52e37403b446a6d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Apr 17 05:56:54 2019 +0200
gnu: calf: Update to 0.90.2.
* gnu/packages/audio.scm (calf): Update to 0.90.2.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index c6ea0c9..5429c83 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -547,14 +547,14 @@ plugins are provided.")
(define-public calf
(package
(name "calf")
- (version "0.90.1")
+ (version "0.90.2")
(source (origin
(method url-fetch)
(uri (string-append "https://calf-studio-gear.org/files/calf-"
version ".tar.gz"))
(sha256
(base32
- "0znwx5gidr5n503gya9n8gagr8cfym6cwlbiv2r6iksji7jc4fpb"))))
+ "0bn4j1klw2yfxz8clbmasaydifq25rdfsv0n6iisxrzcj1lx7sgh"))))
(build-system gnu-build-system)
(inputs
`(("fluidsynth" ,fluidsynth)
- branch master updated (e28ff04 -> 9b15ef9), guix-commits, 2019/04/16
- 02/08: gnu: emacs-irony-mode: Fix typo in description., guix-commits, 2019/04/16
- 01/08: gnu: rubberband: Update to 1.8.2., guix-commits, 2019/04/16
- 03/08: gnu: bennu-game-development-modules: Fix typos., guix-commits, 2019/04/16
- 05/08: gnu: minetest: Update to 5.0.1., guix-commits, 2019/04/16
- 04/08: gnu: snd: Update to 19.3., guix-commits, 2019/04/16
- 06/08: gnu: dungeon-crawl-stone-soup: Update to 0.23.2., guix-commits, 2019/04/16
- 07/08: gnu: the-legend-of-edgar: Update to 1.31., guix-commits, 2019/04/16
- 08/08: gnu: calf: Update to 0.90.2.,
guix-commits <=