[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: infamous-plugins: Update to 0.2.04.
From: |
Tobias Geerinckx-Rice |
Subject: |
08/10: gnu: infamous-plugins: Update to 0.2.04. |
Date: |
Thu, 26 Apr 2018 23:37:27 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d11edbdf7dc7b6c2405c3ee4469f57f8b1d3d5e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 27 05:10:27 2018 +0200
gnu: infamous-plugins: Update to 0.2.04.
* gnu/packages/audio.scm (infamous-plugins): Update to 0.2.04.
---
gnu/packages/audio.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e16578d..61e8fa3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -553,7 +553,7 @@ based on human speech recordings.")
(define-public infamous-plugins
(package
(name "infamous-plugins")
- (version "0.2.02")
+ (version "0.2.04")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/ssj71/infamousPlugins/"
@@ -561,10 +561,10 @@ based on human speech recordings.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0qm3ak07vc1l3f5c3c2lq9gkfknlxwn8ks03cysw1pk8hj7dwnv6"))))
+ "1n6rhqsmvad7692w2h01niw5gqg5yk7a09wxl5ivs77zyp93vf7z"))))
(build-system cmake-build-system)
(arguments
- `(#:tests? #f ; There are no tests
+ `(#:tests? #f ; there are no tests
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'remove-compiler-flags
@@ -579,7 +579,7 @@ based on human speech recordings.")
"src/powercut/CMakeLists.txt"
"src/powerup/CMakeLists.txt"
"src/stuck/CMakeLists.txt")
- (("-msse2 -mfpmath=sse") ""))
+ (("-msse2 -mfpmath=sse") ""))
#t)))))
(inputs
`(("cairo" ,cairo)
- branch master updated (adfc742 -> 2216b6f), Tobias Geerinckx-Rice, 2018/04/26
- 01/10: gnu: address@hidden: Update to 2.000004., Tobias Geerinckx-Rice, 2018/04/26
- 03/10: gnu: tuxguitar: Update home page., Tobias Geerinckx-Rice, 2018/04/26
- 05/10: gnu: mpd: Update to 0.20.19., Tobias Geerinckx-Rice, 2018/04/26
- 06/10: gnu: drumstick: Update to 1.1.1., Tobias Geerinckx-Rice, 2018/04/26
- 07/10: gnu: infamous-plugins: Use HTTPS home page., Tobias Geerinckx-Rice, 2018/04/26
- 02/10: gnu: perl-clone: Update to 0.39., Tobias Geerinckx-Rice, 2018/04/26
- 09/10: gnu: thefuck: Update to 3.26., Tobias Geerinckx-Rice, 2018/04/26
- 08/10: gnu: infamous-plugins: Update to 0.2.04.,
Tobias Geerinckx-Rice <=
- 04/10: gnu: tuxguitar: Update to 1.5., Tobias Geerinckx-Rice, 2018/04/26
- 10/10: gnu: thefuck: Use INVOKE., Tobias Geerinckx-Rice, 2018/04/26