[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: yoshimi: Update to 1.6.0.1.
From: |
guix-commits |
Subject: |
05/09: gnu: yoshimi: Update to 1.6.0.1. |
Date: |
Tue, 10 Sep 2019 18:51:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 886534b4e0ff471e951c33dd3aea4dfbd11e9420
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 10 23:32:34 2019 +0200
gnu: yoshimi: Update to 1.6.0.1.
* gnu/packages/music.scm (yoshimi): Update to 1.6.0.1.
---
gnu/packages/music.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index bcae8e7..4d1e11f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2146,7 +2146,7 @@ capabilities, custom envelopes, effects, etc.")
(define-public yoshimi
(package
(name "yoshimi")
- (version "1.6.0")
+ (version "1.6.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/yoshimi/"
@@ -2154,10 +2154,10 @@ capabilities, custom envelopes, effects, etc.")
"/yoshimi-" version ".tar.bz2"))
(sha256
(base32
- "0bcc5spnq73yp1fmm367d1mxcswqkmzs3cnpb4cxr513ir98sa50"))))
+ "140f2k4akj39pny8c7i794q125415gyvmy4rday0il5ncp3glik4"))))
(build-system cmake-build-system)
(arguments
- `(#:tests? #f ; there are no tests
+ `(#:tests? #f ; there are no tests
#:configure-flags
(list (string-append "-DCMAKE_INSTALL_DATAROOTDIR="
(assoc-ref %outputs "out") "/share"))
- branch master updated (eb7ce87 -> c1b79b3), guix-commits, 2019/09/10
- 01/09: gnu: haveged: Update to 1.9.6., guix-commits, 2019/09/10
- 05/09: gnu: yoshimi: Update to 1.6.0.1.,
guix-commits <=
- 02/09: gnu: haveged: Use HTTPS home page., guix-commits, 2019/09/10
- 04/09: gnu: perl-archive-zip: Update to 1.65., guix-commits, 2019/09/10
- 07/09: gnu: gvfs: Don't use NAME in source URI., guix-commits, 2019/09/10
- 06/09: gnu: umockdev: Update to 0.13.2., guix-commits, 2019/09/10
- 03/09: gnu: haveged: Use @acronym in description., guix-commits, 2019/09/10
- 09/09: gnu: libsoup: Don't use NAME in source URI., guix-commits, 2019/09/10
- 08/09: gnu: tracker: Don't use NAME in source URI., guix-commits, 2019/09/10