[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: sonivox-eas: Update to 1.3.0.
From: |
guix-commits |
Subject: |
02/02: gnu: sonivox-eas: Update to 1.3.0. |
Date: |
Sat, 15 May 2021 15:54:38 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 2eaadc28e160c027fc29a852f268b603431bff21
Author: Frank Pursel <frank.pursel@gmail.com>
AuthorDate: Sat May 15 22:45:08 2021 +0300
gnu: sonivox-eas: Update to 1.3.0.
* gnu/packages/music.scm (sonivox-eas): Update to 1.3.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/music.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7840e83..fac101c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -37,6 +37,7 @@
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
+;;; Copyright © 2021 Frank Pursel <frank.pursel@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -5100,7 +5101,7 @@ the electronic or dubstep genre.")
(define-public sonivox-eas
(package
(name "sonivox-eas")
- (version "1.1.0")
+ (version "1.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5109,7 +5110,7 @@ the electronic or dubstep genre.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0l9gs00p5g4k4qy6i7nv1mfi2n2wnsycwjrgrh9hxzam4irf2mw2"))))
+ "1ygmlrsdzxii2dvj6id2ai3xv3klw2x67ip5rcp823jzczl0wpjd"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ; there are no tests
(inputs