guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: denemo: Update to 2.5.0.


From: guix-commits
Subject: branch master updated: gnu: denemo: Update to 2.5.0.
Date: Fri, 05 Mar 2021 11:44:51 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e539449  gnu: denemo: Update to 2.5.0.
e539449 is described below

commit e5394493979bc63f65fd64cd36890fcb5f2a84b3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 5 17:44:07 2021 +0100

    gnu: denemo: Update to 2.5.0.
    
    * gnu/packages/music.scm (denemo): Update to 2.5.0.
---
 gnu/packages/music.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 415005c..40780ab 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -599,14 +599,13 @@ many input formats and provides a customisable Vi-style 
user interface.")
 (define-public denemo
   (package
     (name "denemo")
-    (version "2.4.0")
+    (version "2.5.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://gnu/denemo/"
-                           "denemo-" version ".tar.gz"))
+       (uri (string-append "mirror://gnu/denemo/denemo-" version ".tar.gz"))
        (sha256
-        (base32 "145kq0zfgdadykl3i6na221i4s5wzdrcqq48amzyfarnrqk2rmpd"))))
+        (base32 "05kwy8894hsxr6123hc854j2qq2sxyjw721zk4g3vzz8pw29p887"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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