monego pushed a commit to branch master
in repository guix.

commit b7d74b4fceaedb2afb5dee0d9cdcb2111cbd2f74
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun May 4 09:39:15 2025 -0300

    gnu: mixxx: Update to 2.5.1.
    
    * gnu/packages/music.scm (mixxx): Update to 2.5.1.
    
    Change-Id: Ie828f097d8a93d3c42d4e31319e9e229240c16b5
---
 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 7e56b076f5..14f8aea3e5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2419,7 +2419,7 @@ a JACK session.")
 (define-public mixxx
   (package
     (name "mixxx")
-    (version "2.5.0")
+    (version "2.5.1")
     (source
      (origin
        (method git-fetch)
@@ -2428,7 +2428,7 @@ a JACK session.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wxv79rax77jhyjfbc65pjby9bxll77l43p2sgg9nw8sbj2kd4fm"))
+        (base32 "0fn0qwmcdwp04z4wmgs8b9dwlxp67lw9dw8hph50z006qfnrgbmk"))
        (modules '((guix build utils)))
        (snippet
         ;; Delete libraries that we already have or don't need.

Reply via email to