guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: abjad: Update to 3.4.


From: guix-commits
Subject: 04/04: gnu: abjad: Update to 3.4.
Date: Mon, 4 Oct 2021 04:26:25 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5333d2cac6c22a296f33716bb27749bbfb3fc369
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Oct 3 15:07:03 2021 -0400

    gnu: abjad: Update to 3.4.
    
    * gnu/packages/music.scm (abjad): Update to 3.4.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 332e1b0..fa3b70f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1529,7 +1529,7 @@ Guile.")
 (define-public abjad
   (package
     (name "abjad")
-    (version "3.3")
+    (version "3.4")
     (source
      (origin
        (method git-fetch)
@@ -1539,7 +1539,7 @@ Guile.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1dzf5v7pawbzkb4qxp4s5z4r3gibkk705pag83yvgzkx6fd6jf2g"))))
+         "0s63vk9fifp0im9c31kb9ck39mbaxhrls993d8fvg0nkg41z1jnz"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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