guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: milkytracker: Update to 1.04.00.


From: guix-commits
Subject: 02/03: gnu: milkytracker: Update to 1.04.00.
Date: Mon, 2 Oct 2023 11:18:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e990115cd95c8951837a5880ef53f81a97813c33
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sun Sep 24 22:56:54 2023 +0300

    gnu: milkytracker: Update to 1.04.00.
    
    * gnu/packages/music.scm (milkytracker): Update to 1.04.00.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 14894d8999..6b19e9dde4 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4103,7 +4103,7 @@ using the beets FetchArt plugin.")
 (define-public milkytracker
   (package
     (name "milkytracker")
-    (version "1.03.00")
+    (version "1.04.00")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4112,7 +4112,7 @@ using the beets FetchArt plugin.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "025fj34gq2kmkpwcswcyx7wdxb89vm944dh685zi4bxx0hz16vvk"))
+                "0zxaq69yb30wyw4dmx3hypzgyxsypp6i9qrv599jlbbbzhwjysqc"))
               (modules '((guix build utils)))
               ;; Remove non-FSDG compliant sample songs.
               (snippet



reply via email to

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