guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: artyfx: Update to 1.3.1.


From: guix-commits
Subject: branch master updated: gnu: artyfx: Update to 1.3.1.
Date: Sat, 20 Feb 2021 17:15:59 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3c21da7  gnu: artyfx: Update to 1.3.1.
3c21da7 is described below

commit 3c21da7c7984e3c05c023487cf649addbb134531
Author: Alexandros Theodotou <alex@zrythm.org>
AuthorDate: Sat Feb 20 21:53:05 2021 +0000

    gnu: artyfx: Update to 1.3.1.
    
    * gnu/packages/music.scm (artyfx): Update to 1.3.1.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 8ffc136..6e638f3 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5489,7 +5489,7 @@ for integration into status line generators or other 
command-line tools.")
 (define-public artyfx
   (package
     (name "artyfx")
-    (version "1.3")
+    (version "1.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5499,7 +5499,7 @@ for integration into status line generators or other 
command-line tools.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "012hcy1mxl7gs2lipfcqp5x0xv1azb9hjrwf0h59yyxnzx96h7c9"))))
+                "0cxikdnxgjk5gp6kmml4dx2jy2cy4x0c837h7bwraj2pfz0nfgqq"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                                ; no tests included



reply via email to

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