guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: infamous-plugins: Update to 0.3.0.


From: guix-commits
Subject: 02/02: gnu: infamous-plugins: Update to 0.3.0.
Date: Tue, 25 May 2021 02:22:34 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit fa4dae68c4560fafba0046433da425b055d5e1d0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 25 09:20:20 2021 +0300

    gnu: infamous-plugins: Update to 0.3.0.
    
    * gnu/packages/audio.scm (infamous-plugins): Update to 0.3.0.
---
 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 f0858d2..5e30ed2 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1022,7 +1022,7 @@ generators of mostly elementary and occasionally exotic 
nature.")
 (define-public infamous-plugins
   (package
     (name "infamous-plugins")
-    (version "0.2.04")
+    (version "0.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1031,7 +1031,7 @@ generators of mostly elementary and occasionally exotic 
nature.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hmqk80w4qxq09iag7b7srf2g0wigkyhzq0ywxvhz2iz0hq9k0dh"))))
+                "1r72agk5nxf5k0mghcc2j90z43j5d9i7rqjmf49jfyqnd443isip"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; there are no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]