guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: frescobaldi: Update to 3.1.3.


From: guix-commits
Subject: branch master updated: gnu: frescobaldi: Update to 3.1.3.
Date: Tue, 29 Dec 2020 05:00:38 -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 d13fe46  gnu: frescobaldi: Update to 3.1.3.
d13fe46 is described below

commit d13fe467031e2c4a6d506100f7282f3e006e39a7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 29 10:59:29 2020 +0100

    gnu: frescobaldi: Update to 3.1.3.
    
    * gnu/packages/music.scm (frescobaldi): Update to 3.1.3.
---
 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 f6cc4d2..1e6da43 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2478,7 +2478,7 @@ using a system-independent interface.")
 (define-public frescobaldi
   (package
     (name "frescobaldi")
-    (version "3.1.2")
+    (version "3.1.3")
     (source
      (origin
        (method url-fetch)
@@ -2486,7 +2486,7 @@ using a system-independent interface.")
              "https://github.com/wbsoft/frescobaldi/releases/download/v";
              version "/frescobaldi-" version ".tar.gz"))
        (sha256
-        (base32 "084vxzvxnxl5rrhllincnh6krsyi03c8p0452ppzmn9c52wgyb2w"))))
+        (base32 "1hg9yc8kj445fjsby92g3qf50crcl1pb079zfma18sb7ycv50zww"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests included



reply via email to

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